The result of:
MessageBox.Show(txtName.En
is:
true
false
So it's definitely enabled and not read only. Again, I can use the arrow keys on the on-screen keyboard to move the cursor position within the TextBox, and the tab key works to tab between it and other controls, but when I try and type anything (including backspace), nothing happens. Ctrl + C does not work to copy the text either...
Any thoughts?
Thanks!
Main Topics
Browse All Topics





by: Mikal613Posted on 2009-09-22 at 11:53:42ID: 25396169
can you do a MessageBox.Show(txtName.En abled); so we can know the state of the textbox when you want to edit it?