John Kendrick
March 28th, 1999, 09:30 PM
I would like the ability to use accelerators to act like button clicks in my dialog box (like Windows Calculator) but the accelators don't seem to work when using the same IDs as the buttons do. I know this is possible to do with Menu items so is there a trick to using them with buttons.
Ramon Saenz-Badillos
March 28th, 1999, 10:22 PM
I doubt this is what you are looking for (way too simple) but just in case...
If you dont mind your buttons not actually getting pushed, but having the same
functionality as the Calculator buttons modify the caption of the button on the
dialog editor from "YourButton" to "&YourButton" now when you run the dialog and pres "y" you get the functionality of YourButton.
.
well you never know, sorry for writing something so basic.