hi , i've got a form and on the form when the user hits the key with the keycode 91 (windows key) i want he start menu not to show is this possible ? i've looked around a while and havent found anything
Last edited by dark_shadow; Jul 27th, 2005 at 09:13 AM.
Well from what I see, it doesn't seem possible beyond that, but that is obviously why you are asking.
Can you tell us why you need to disable it? Maybe we can offer another solution.
I just had an idea. Its not the cleanest way but it might work: Detect when the windows key has been pressed, then use send keys to send the windows key which SHOULD close it.
ok i understand you idea but not exactely sure how to put in to code form can you please provide an example if posssible it might be somthing i've already tried
Try this, it works for me. I've attatched some project files with a .dll that will let you do it. You need to make a reference to the EventVB dll that I've included. Hope this helps.