VB.NET Compact Framework ProblemTesting if a textbox is visible - TechRepublic
Question
April 27, 2007 at 10:31 AM
jbrown

VB.NET Compact Framework ProblemTesting if a textbox is visible

by jbrown . Updated 19 years, 2 months ago

CF .NET 2.0 on Mobile 5.0
If I set a textbox visible it becomes visible on the screen but when testing the value it is always false. I don’t have the problem on Pocket PC (w/ same code)

textbox1.Visible = True
If textbox1.Visible = True Then
…do something
end if

Thanks, Josh

This discussion is locked

All Comments