Hi,
How can i set "shortcut keys" functionality to vb controls?
Thanx in advance.
Pamela
_______________________________________
Online Harry Potter Games
Printable View
Hi,
How can i set "shortcut keys" functionality to vb controls?
Thanx in advance.
Pamela
_______________________________________
Online Harry Potter Games
Set control.caption = "&Click me" alt + C clicks it. Or, you could put some code in the form_KeyPress sub.