Click here to Skip to main content
15,907,875 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hooks and Message Blocking Pin
User 1278225-May-04 15:42
User 1278225-May-04 15:42 
GeneralRe: Hooks and Message Blocking Pin
Blake Miller25-May-04 16:01
Blake Miller25-May-04 16:01 
GeneralRe: Hooks and Message Blocking Pin
User 1278225-May-04 16:36
User 1278225-May-04 16:36 
GeneralRe: Hooks and Message Blocking Pin
Blake Miller26-May-04 7:09
Blake Miller26-May-04 7:09 
GeneralRe: Hooks and Message Blocking Pin
User 1278226-May-04 10:30
User 1278226-May-04 10:30 
GeneralRe: Hooks and Message Blocking Pin
Blake Miller26-May-04 10:37
Blake Miller26-May-04 10:37 
GeneralRe: Hooks and Message Blocking Pin
User 1278226-May-04 10:40
User 1278226-May-04 10:40 
GeneralRe: Hooks and Message Blocking Pin
Anonymous14-Jul-04 10:03
Anonymous14-Jul-04 10:03 
Well,I've personally been trying to modify the original lParam in order to change key presses. In some instances, I need to change an "L" press to an "S". I thought that by installing a low level keyboardhook, I would be able to do this. I can eat the keypresses, so I know that my hook is installed, but I can't seem to get the substitution to occur.

Regardless of how I change the lParam, the original keypress still happens. I've tried changing the vkCode and scanCode to different keys, and I can see that the changes are there in my callnexthook, but I don't see any changes in the key output.

I've been attempting forever and I can't seem to get it to work. I've tried creating my own lParam with the necessary info and passing that -- still without it working. I really feel like I'm missing something fundamental.
GeneralRe: Hooks and Message Blocking Pin
Blake Miller14-Jul-04 10:41
Blake Miller14-Jul-04 10:41 
GeneralRe: Hooks and Message Blocking Pin
Blake Miller14-Jul-04 10:25
Blake Miller14-Jul-04 10:25 
GeneralMFC IO Pin
ANDYFA24-May-04 14:30
ANDYFA24-May-04 14:30 
GeneralRe: MFC IO Pin
valikac24-May-04 14:38
valikac24-May-04 14:38 
GeneralRe: MFC IO Pin
Antony M Kancidrowski25-May-04 1:18
Antony M Kancidrowski25-May-04 1:18 
GeneralImage scaling Pin
RalfPeter24-May-04 12:58
RalfPeter24-May-04 12:58 
GeneralRe: Image scaling Pin
Member 42102524-May-04 13:13
Member 42102524-May-04 13:13 
GeneralRe: Image scaling Pin
Christian Graus24-May-04 13:19
protectorChristian Graus24-May-04 13:19 
GeneralRe: Image scaling Pin
Johann Gerell24-May-04 23:49
Johann Gerell24-May-04 23:49 
GeneralRe: Image scaling Pin
Christian Graus25-May-04 11:53
protectorChristian Graus25-May-04 11:53 
GeneralRe: Image scaling Pin
Johann Gerell25-May-04 12:10
Johann Gerell25-May-04 12:10 
GeneralRe: Image scaling Pin
Christian Graus25-May-04 12:20
protectorChristian Graus25-May-04 12:20 
GeneralRe: Image scaling Pin
RalfPeter25-May-04 14:32
RalfPeter25-May-04 14:32 
GeneralRe: Image scaling Pin
Johann Gerell25-May-04 21:53
Johann Gerell25-May-04 21:53 
GeneralBig Endian and small endian Pin
nachilau24-May-04 12:22
nachilau24-May-04 12:22 
GeneralRe: Big Endian and small endian Pin
peterchen24-May-04 14:38
peterchen24-May-04 14:38 
GeneralSDI- Invalid pointer in Release Mode...Ok in Debug Pin
jerry1211a24-May-04 11:09
jerry1211a24-May-04 11:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.