I've got a main menu with five command buttons named:
"Registratie" "Camping" "Locaties" "Bezoekers" and "Afsluiten"

It would be nice if i could choose (press) one of those command buttons by making a key combo Alt+character This must be working exactly the same as opening a menu. For example file alt+f = file.

Registratie i want to choose with Alt+R, Camping with Alt+C, Locaties with Alt+L, Bezoekers with Alt+B and Afsluiten with Alt+A.



Now i think i have to do something in here...
----------------
Private Sub cmdRegistratie_KeyPress(KeyAscii As Integer)

???

End Sub
----------------

Who can help me?