Click here to Skip to main content
15,887,337 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i am developing a server-client (client may be multiple ) application, in which server app should have functionality to switch controls over client for i need to define some hotkey like 'Ctrl + 1' for first client, 'Ctrl + 2' for second client and so on. For this i have to register a new hotkey every time when a new client is connected to the server.

My question : Is it possible to register 'Ctrl + 11' as a global hotkey? If yes then how?
Posted
Comments
Eduard Keilholz 23-Sep-13 7:15am    
If you have a keyboard with an [11] key you probably can, my keyboard only runs from 0 to 9
Bernhard Hiller 23-Sep-13 8:56am    
"functionality to switch controls over client" - I do not understand that. Please try to explain.
Shashi_zen 23-Sep-13 9:53am    
Actually i am developing an application to control the clients(like remote desktop but more then one client may able connect with server ) but server can control one client at a time so that i need to switch from one client desktop to next connected client's desktop.

Yes. Please see this article: http://www.liensberger.it/web/blog/?p=207[^].

—SA
 
Share this answer
 
Lots of resources on CodeProject for creating Global Windows Hooks: [^].
 
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