Windows programming

Moderators: None (Apply to moderate this forum)
Number of threads: 3711
Number of posts: 9173

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Keyboard Posted by alo on 22 Mar 2001 at 10:22 AM
How to chain the keyboard in Windows?

Report
Re: Keyboard Posted by ColdShine on 24 Mar 2001 at 9:24 AM
You can use SetWindowsHookEx() , but using hooks will slow the system down. Be careful.

________
ColdShine


Report
Re: Keyboard Posted by alo on 24 Mar 2001 at 10:54 AM
: You can use SetWindowsHookEx() , but using hooks will slow the system down. Be careful.
:
: ________
: ColdShine
:
: Thanx for the reply, but I want to get all the keyboard input(for every running program) not just for the active one.




Report
Re: Keyboard Posted by Sephiroth2 on 24 Mar 2001 at 2:23 PM
: : You can use SetWindowsHookEx() , but using hooks will slow the system down. Be careful.
: :
: : ________
: : ColdShine
: :
: : Thanx for the reply, but I want to get all the keyboard input(for every running program) not just for the active one.
:
:
:
:
Specify 0 as the thread and specify a DLL. The hook procedure must be entirely contained within the DLL.




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.