Using VB6, I'm trying to detect if a couple of keys are pressed at the time the icon to start the program is clicked. I need to detect if a particular key combination is pressed before any forms are displayed, so I can't use something like form.keypress (no form loaded yet).
May something like this :http://www.vbforums.com/showthread.php?27616-Recoginition-of-keypress-thru-API(Window-API) could help but i am not sure