Jump Focus
-
vb.net 2003:^):^):^) I create 3 Textbox put in to a form (Form Name : Find) Tab order is 0 ,1 ,2. I take MDI application. Then select the menu using keyboard Example( Alt E) then select find menu Then PressEnter key. The "Find" form is open. To automatically call the First Textbox keyup Event. How can I stop this firing. Continue...
-
vb.net 2003:^):^):^) I create 3 Textbox put in to a form (Form Name : Find) Tab order is 0 ,1 ,2. I take MDI application. Then select the menu using keyboard Example( Alt E) then select find menu Then PressEnter key. The "Find" form is open. To automatically call the First Textbox keyup Event. How can I stop this firing. Continue...
This is the way that I thought……:~
Dim X As Boolean = False TestBox_KeyUp Event If X = False Then X = True Else (your code) End If
chatura