02-24-2009 09:47 AM
Hi,
Thanks very much for helping with my questions.
I want to know how to open different tabs of my application using key board keys (hot key).
Solved! Go to Solution.
02-24-2009 09:52 AM
Hi suni,
if you mean, how to select different pages from a tab control, then you can use an event structure. Create a key down event and check the pressed key. If it was a defined key, then change the value of your tab control.
Hope it helps.
Mike
02-24-2009 09:53 AM
02-24-2009 10:03 AM
Once the tab has key-focus (either tab to it or set key-focus) the left and right arrow keys will select different tabs.
Ben