Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to chage key board key information from a hook

Status
Not open for further replies.

atifbhatti

Programmer
Apr 8, 2004
1
0
0
US
HI,

Can somebody help me.
I am using keyboard message hook WH_GETMESSAGE to intercept the message, perform certain check, change the message (key information) depending on how the check went through.
The code I have written right now does perfectly well for notepad but it does not change the key information in the application I am targeting to use it for.
Any opinions/suggestions ?
right now I am using MSG->wParam = VK_(whatever) to change the key input on need.
The target application was developed using power builder

regards
Atif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top