enabling keyboard shortcuts in my application
-
Hi all, I have made a dialog based application in vc2008, i want to enable some keyboard shortcuts in my application like i have displayed a message box on button click event and if i press b that same dialog box should be displayed.... how can i do this??? Thanks in advance
-
Hi all, I have made a dialog based application in vc2008, i want to enable some keyboard shortcuts in my application like i have displayed a message box on button click event and if i press b that same dialog box should be displayed.... how can i do this??? Thanks in advance
-
Hi all, I have made a dialog based application in vc2008, i want to enable some keyboard shortcuts in my application like i have displayed a message box on button click event and if i press b that same dialog box should be displayed.... how can i do this??? Thanks in advance
Add the ampersand [&] symbol before the desired letter in the button caption. For e.g for &Click, if you press Alt + C will run the code for Click button.
-
Hi all, I have made a dialog based application in vc2008, i want to enable some keyboard shortcuts in my application like i have displayed a message box on button click event and if i press b that same dialog box should be displayed.... how can i do this??? Thanks in advance
Hi, See Keyboard messages/accelerators handling in a dialog based applciation[^]
It is a crappy thing, but it's life -^ Carlo Pallini