A
Amit D.Shinde
I am having 4 controls on my form
name and tab index property of them
is as follows
Name Tabindex
Textbox1 0
Radiobutton1 1
Radiobutton2 2
Button1 3
on run time the Focus is on TextBox1
If I press the Tab key Focus directly goes to Button1
It doesn't go to RadioButton1 and RadioButton2.....
But if I press left arrow when Focus is on Button1 then it goes to RadioButton2
How does it happen?
I want focus to go to radioButton1 from TextBox1 on pressing Tab Key
Help Me
Amit Shinde
name and tab index property of them
is as follows
Name Tabindex
Textbox1 0
Radiobutton1 1
Radiobutton2 2
Button1 3
on run time the Focus is on TextBox1
If I press the Tab key Focus directly goes to Button1
It doesn't go to RadioButton1 and RadioButton2.....
But if I press left arrow when Focus is on Button1 then it goes to RadioButton2
How does it happen?
I want focus to go to radioButton1 from TextBox1 on pressing Tab Key
Help Me
Amit Shinde