Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I want make a deamon wich capture all key event independently current apps is running.

I do not know that mobile API that allows.

Thank for your help :)
Posted
Comments
BillWoodruff 20-Nov-14 9:51am    
So, start by researching in the several articles on using GlobalHooks here on CodeProject, like:

http://www.codeproject.com/Articles/12139/Using-keyboard-hooks-in-WinCE

and, of course, carry out appropriate Google searches.

Come back here with work to show, and specific questions to ask.
cerede2000 20-Nov-14 11:54am    
It's C++ :(

I search C#/.net thanks :)
Sergey Alexandrovich Kryukov 20-Nov-14 12:25pm    
Than you should use P/Invoke or C++/CLI. There is no such thing as miracle. .NET does not offer global keyboard hooks.
—SA
BillWoodruff 20-Nov-14 14:09pm    
But, several articles on CP do show you how to use GlobalHooks from C# .NET, by some clever API/dll tricks.
Sergey Alexandrovich Kryukov 20-Nov-14 15:58pm    
Sure...
—SA

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