Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How To deactivate The window key and sticky key on my keyboard in VB programming?
Posted
Updated 30-Jan-13 7:35am
v3
Comments
Sandeep Mewara 30-Jan-13 9:45am    
Can you elaborate more? Lock Windows using keyboard? What about sticky key?
parkaleprashantp 30-Jan-13 13:37pm    
i need to make inactive my sticky key by using some coding in vb or vb.net...
It means...whenever we press 5 times shift,sticky keys may not be activate.
So can i have some proper solutions...?

You need to call the SystemParametersInfo WinAPI.

See this documentation:
* SystemParametersInfo
* STICKYKEYS structure
* How to get started programming with the Windows API
* Disabling Shortcut Keys - Shows how to disable Sticky Keys and Windows Key
 
Share this answer
 
v2
 
Share this answer
 
Comments
parkaleprashantp 30-Jan-13 13:39pm    
It's not a proper solution...I need to deactivate my sticky keys(5 times Shift) using vb programming...
lewax00 30-Jan-13 18:52pm    
That is not 2 links, that is the same link twice, and it doesn't appear to have anything to do with the question...
Sandesh M Patil 31-Jan-13 3:48am    
oh i mistakenly paste same two links here.

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