In VB6 are the shortcut keys F1 to F12 limited to the menu items or can they be captured from a form?
I have a pop-up form with a search button on it, which I was hoping to set a shortcut of F8 to as that would match our Access product. The Function keys don’t get picked up on the keypress/keydown events, and the only way I seem to be able to access them is to add a menu to the form with a subitem and add the F8 shortcut to that.
Is this the only way to use the function keys in VB6?
Any help would be much appreciated.
Regards,