I am using VFP9 and BINDEVENT to trap certain keyboard events in my app (like left SHIFT vs. right SHIFT being pressed), building off of this example:
What I need to do now is to temporarily disable the Windows key(s) while I run a certain task, then enable them again. The BINDEVENT method will notify me when a Windows key is pressed, but I don't know how to stop the Windows event from firing (i.e., I don't want the start menu to appear when it's pressed).
I have seen registry tweaks that will disable the Windows keys, but I assume these require a reboot (which is not an option).
What I need to do now is to temporarily disable the Windows key(s) while I run a certain task, then enable them again. The BINDEVENT method will notify me when a Windows key is pressed, but I don't know how to stop the Windows event from firing (i.e., I don't want the start menu to appear when it's pressed).
I have seen registry tweaks that will disable the Windows keys, but I assume these require a reboot (which is not an option).