Click here to Skip to main content
15,890,947 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All.
I have and Excel file, in this i have a form. This form have many control such as textbox, combobox.... and so on.

I Just want to switch between control using tab but I failed.

What I have tried:

I Have try.
- Set tabstop value to true
- Index all control with the right index.
Posted
Updated 9-Apr-18 21:50pm
Comments
CHill60 5-Apr-18 7:15am    
What actually happens? Do any of the controls work? Are any of the controls enabled.
hmanhha 10-Apr-18 2:52am    
If I press tab it doesnot swich control as normal and in some textbox if you press tab it does not swith to another control, it create a tab character in the textbox control.

1 solution

You have the property TabKeyBehaviour set to True. Set it to False and you should be ok
 
Share this answer
 
Comments
Maciej Los 10-Apr-18 4:15am    
5ed!
Additional link: TabKeyBehavior (MSDN)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900