V
vmuntean
Hello,
I've been trying to find an answer to this for quite some time but I
haven't been able to.
I created a vb.net application which it contains a windows form with
several text boxes. I want the user to be able to press the Tab key to
move from textbox to textbox.
I know that in vb6 by setting the tabstop to True and setting the
TabIndex you could do that easily. But this does not seem to work in
vb.net. I tried playing with key events and such but no luck.
Did they remove the user's ability to Tab through text boxes in vb.net
or am I missing something?
Thank you very much,
Vlad
I've been trying to find an answer to this for quite some time but I
haven't been able to.
I created a vb.net application which it contains a windows form with
several text boxes. I want the user to be able to press the Tab key to
move from textbox to textbox.
I know that in vb6 by setting the tabstop to True and setting the
TabIndex you could do that easily. But this does not seem to work in
vb.net. I tried playing with key events and such but no luck.
Did they remove the user's ability to Tab through text boxes in vb.net
or am I missing something?
Thank you very much,
Vlad