VB.NET - TextBox1.text on form run will focus on the text I want to unfocus
Just a quick question my textbox1.text seems to get focus when I run the APP.
how do I cancel any开发者_如何转开发 focus to any textbox?
I just don't want to select it or anything when I work with it only when the user select or uses it.
Thanks!
Set TabStop
for the textbox to False.
精彩评论