In my VB program i want that i should be able to pop up a "Help" menu when the user presses F1.How can i do it.
Printable View
In my VB program i want that i should be able to pop up a "Help" menu when the user presses F1.How can i do it.
When you have created the help menu for your program, you can set the shortcut key for that menu (in the menu editor) to F1.
Sunny
"Pop up a help menu"
Do you wish to create a help file and display it when the user presses F1? If yes, one option is to create a HTML Help file and open that when the user clicks either on the Help menu option or when the user presses F1. There have been 100s of questions on this forum regarding help files.
You could search for "Help file" to see if you need to pursue that option.
Good Luck.