Terabithia
Programmer
I have a VB6 app that I have several command line arguments that the user can use under certain situations. I have had trouble communicating to users how to do this, so I want to change the app to recognize if particular keys are pressed when the app starts, and execute depending on what keys are pressed. I have a splash form that might be of help.
So far anything I have tried catches the keystrokes after the form load event is finished, which is too late. Can keystrokes be captured at the module level? Any thoughts?
So far anything I have tried catches the keystrokes after the form load event is finished, which is too late. Can keystrokes be captured at the module level? Any thoughts?