Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to disable Windows key onload event in VB.NET and enable it on close.
How do I do it in VB.NET?

Please give me a solution.
Posted
Updated 1-Feb-14 5:05am
v2
Comments
Thomas Daniels 1-Feb-14 11:10am    
Why would you actually want to do that?

A quick search yielded this answer Disabling Windows Key in VB.net[^].
Have a look an try it.
 
Share this answer
 
There is no registry key to change to do that. The only way to do that is to implement a global keyboard and just don't send the keystroke up the hook chain when you see it.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900