S
Sylvain Provencher
Hi everybody,
We have a surely common problem : I want to set focus on a TextBox control
after a user click on a button. If I put code like :
Private sub MyButton_Click(...) handle Mybutton.click
...Some stuff
MyTextBox.focus()
End Sub
The focus stay on the button. Same behavior in C#... A hint ?
We have a surely common problem : I want to set focus on a TextBox control
after a user click on a button. If I put code like :
Private sub MyButton_Click(...) handle Mybutton.click
...Some stuff
MyTextBox.focus()
End Sub
The focus stay on the button. Same behavior in C#... A hint ?