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