Re: change the Keybord Input
Quote:
Originally Posted by
shail2k4
Everything is resolved for the Window Based Application, the need was to use WH_GETMESSAGE.
Now only one thing is that its not working for DOS based application.
I guess it is because there is no message pump in a DOS based application?
Re: change the Keybord Input
Quote:
Originally Posted by
VictorN
I guess it is because there is no message pump in a DOS based application?
Is there any way for the DOS based applications?
It is possible because I have seen an application on the internet named "KeyStroke Converter" which changes the keyboard input in the Window and DOS based applications.
Regards,
Shail2k4
Re: change the Keybord Input
Is it possible to use WH_KEYBOARD_LL hook in visual C++ 6.0?
Re: change the Keybord Input
Yes, of course!
Quote:
Requirements Windows NT/2000: Requires Windows NT 4.0 SP3 or later.
Windows 95/98: Unsupported.
Header: Declared in Winuser.h; include Windows.h.