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