I have been able to capture the keypress of the Windows key (91) but I am unable to disable it completely prior to shelling out to DOS for one of my apps. The If KeyCode = 91 then KeyCode = 0 isn't working (from a previous topic). Is there any way to completely disable the key, run my DOS app, then re-enable it. Don't worry, I am using a routine that puts Visual Basic "on hold" while the DOS app is running, that way it won't disable it, start the DOS app, then while the DOS app is running, re-enable the key right away.
Thanks,