Every character that is types arrives in your program inside the message loop with a WM_KEYDOWN and WM_CHAR messages. You can trapp them there or you use a Keyboard hook. SetWindowsHookEx with WH_KEYBOARD.
Suppose that within a specific editing area, I just want to show any words, characters, or symbols typed by the users of that. The way is just to show anything that have been detected. How about the control behind this
To detect any 'Enters' pressed
Marinos Christoforou
Every character that is types arrives in your program inside the message loop with a WM_KEYDOWN and WM_CHAR messages. You can trapp them there or you use a Keyboard hook. SetWindowsHookEx with WH_KEYBOARD.
shazi
Roman Golovin
What is your idea To get all hits to the enter key in all applications Or just your Application or just a window of your application
What do you want to solve To answer this question I need more infos about the problem.
wri
Hi,
Suppose that within a specific editing area, I just want to show any words, characters, or symbols typed by the users of that. The way is just to show anything that have been detected. How about the control behind this
Thks & Rgds,
Huamin
patWrecks