T
TK
I'm building an Wizard style Win Form application. And am using TabControl
to design and run the subsequent pages (actually 6 pages to finish the
Wizard).
Because it's an Wizard application, it shouldn't allow user to go next page
while required text boxes are blank. To accomplish this, I timidly examine
such required fields and then control the NextButton.Enabled property in
each pages. I know it may not be a smart way but is the only way known by me
now. My wizard works fine excepting one point.
TabControl itself has built-in Short Cut Key feature which changes the
current TabPage by CTR+Tab key. I want to cancel this short cut event but
don't know how.
How can I cancel such key event?
Please help me.
TK
to design and run the subsequent pages (actually 6 pages to finish the
Wizard).
Because it's an Wizard application, it shouldn't allow user to go next page
while required text boxes are blank. To accomplish this, I timidly examine
such required fields and then control the NextButton.Enabled property in
each pages. I know it may not be a smart way but is the only way known by me
now. My wizard works fine excepting one point.
TabControl itself has built-in Short Cut Key feature which changes the
current TabPage by CTR+Tab key. I want to cancel this short cut event but
don't know how.
How can I cancel such key event?
Please help me.
TK