TabControl

Heike

Regular
Joined
Jun 5, 2002
Messages
56
In VB 6.0 it was possible to jump to one TabPage by using ALT plus a defined key, which had an underscore. E. g. by pressing ALT + P I could directly jump to a TabPage "Print".

Until now I did not find anything like that in VB.NET. Can you help me?
 
Heike said:
In VB 6.0 it was possible to jump to one TabPage by using ALT plus a defined key, which had an underscore. E. g. by pressing ALT + P I could directly jump to a TabPage "Print".

Until now I did not find anything like that in VB.NET. Can you help me?

I can't believe that nobody has answered this yet ... this guy has probably changed forums by now ... poor guy!

You simply put "&" before the required letter in the label or menu control name, etc.

Though you might need to change the nmemonic reference in the parent form if I remember.
 
Back
Top