You can change the data in a textbox without it getting focus quite easily.
VB Code:
Text1.Text = Text1.Text & " adding some text"
if you put that in another sub or function or whatever, it wont fire the gotfocus event of the textbox.
Hope it helps
|
Results 1 to 3 of 3
Thread: Prevent Text Box getting focus?Threaded View
|
Click Here to Expand Forum to Full Width |