key pressed and bitmap button pressed !
-
Some body please help me to make a 3 bitmap button on a dialog box buttons like A,b,C ...if 'A' is pressed from key board button A will be depressed, if 'b' is depressed from key board, button b will be depressed. Can any one do it and help me! really ??:omg:
-
Some body please help me to make a 3 bitmap button on a dialog box buttons like A,b,C ...if 'A' is pressed from key board button A will be depressed, if 'b' is depressed from key board, button b will be depressed. Can any one do it and help me! really ??:omg:
You can find out how to make the three buttons with bitmaps on them here on the code project. The MSDN library also has information on this topic. Once you are done with the buttons, you should have a function associated with each button. From there you have to listen for keyboard events. Should a key you are interested in be pressed, you just call the function for the proper button you want to press. Lorenz Prem Microsoft Corporation