Software Development Network>> VS Express Editions>> How to activate the cursor in TextBox1
Try changing textbox1's tabindex property to 1.
or
you can make a sub that handles form1.load and in that use
textbox1.select
TextBox1.Select did the trick! ! !
Thanks a lot, guys!
How to activate the cursor in TextBox1
intGod
cliffeh
Try changing textbox1's tabindex property to 1.
or
you can make a sub that handles form1.load and in that use
textbox1.select
Ricky Wen - MSFT
TextBox1.Select did the trick! ! !
Thanks a lot, guys!