JeffCarlin
Programmer
When I used to program in FoxPro, there was a function named "On Key Label", which, when defined, would make a keystroke combination execute a particular piece of code throughout the app. You would declare it in "sub main" and it would work everywhere. For example:
"ON KEY LABEL F12 DO some_code"
Does VB have anything like this?
Thanks,
Jeff
"ON KEY LABEL F12 DO some_code"
Does VB have anything like this?
Thanks,
Jeff