J
Jack Jackson
VB2005. I built a class inherited from Windows.Forms.Form and placed
a Button on the form. The button.Text contains "&Quit".
I create another class that inherits from the first class. In the IDE
designer I see the button and its caption is Quit with the Q
underlined, as I expect.
When I run the second class, the button displays with a caption of
Quit with no underline. However the hotkey does work - Alt-Q does
cause the button to click.
Why is the caption not shown with the underline?
a Button on the form. The button.Text contains "&Quit".
I create another class that inherits from the first class. In the IDE
designer I see the button and its caption is Quit with the Q
underlined, as I expect.
When I run the second class, the button displays with a caption of
Quit with no underline. However the hotkey does work - Alt-Q does
cause the button to click.
Why is the caption not shown with the underline?