Hey all,
I'm experiencing something that seems strange. I'm creating some
buttons on a modal dialog like this:
I'm using the ampersands to create shortcuts for the buttons. The
weird thing is that the "underlines" on the buttons don't show up
until I actually hit the ALT key, after running the software. If
I never hit the ALT key while running the software, the underlines
never appear. Any help would be much appreciated.
Thanks,
Scott
------------------
Scott Wolfington
[This message has been edited by Scott Wolfington (edited March 05, 2003).]
I'm experiencing something that seems strange. I'm creating some
buttons on a modal dialog like this:
Code:
CONTROL ADD BUTTON, hMainDlg&, %frmMain_cmdAbout,"&About", 23, 173, 45, 15, CALL cbcmdAbout CONTROL ADD BUTTON, hMainDlg&, %frmMain_cmdHelp, "&Help", 70, 173, 45, 15, CALL cbcmdHelp CONTROL ADD BUTTON, hMainDlg&, %frmMain_cmdBack, "< &Back", 200, 173, 45, 15, CALL cbcmdBack
weird thing is that the "underlines" on the buttons don't show up
until I actually hit the ALT key, after running the software. If
I never hit the ALT key while running the software, the underlines
never appear. Any help would be much appreciated.
Thanks,
Scott
------------------
Scott Wolfington
[This message has been edited by Scott Wolfington (edited March 05, 2003).]
Comment