How to Use Shortcut Keys in Visual Basic 2008 or 2010


In this tut i will show u how to make shortcut keys for your application in Visual Basic ok so here are the codes: form1_keydown: If e.keycode = Keys.F7 Then msgbox(”Hello, Just testinf the shortcut key!”, msgboxstyle.Exclamation, “WOOPPIIEEEE”) End If You can change wat the msgbox says if u want :)

Leave a Reply