Click here to Skip to main content
16,011,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to extract integer value from CString Pin
Anonymous20-Jul-05 3:27
Anonymous20-Jul-05 3:27 
GeneralRe: How to extract integer value from CString Pin
toxcct20-Jul-05 1:56
toxcct20-Jul-05 1:56 
GeneralRe: How to extract integer value from CString Pin
toxcct20-Jul-05 1:54
toxcct20-Jul-05 1:54 
GeneralCan't identify pixel color over a live image Pin
wicked_guy19-Jul-05 23:05
wicked_guy19-Jul-05 23:05 
GeneralRe: Can't identify pixel color over a live image Pin
Chris Losinger20-Jul-05 4:42
professionalChris Losinger20-Jul-05 4:42 
GeneralRe: Can't identify pixel color over a live image Pin
Anonymous20-Jul-05 7:32
Anonymous20-Jul-05 7:32 
Questionhow to get control of keyboard and mouse? Pin
ThinkingPrometheus19-Jul-05 22:57
ThinkingPrometheus19-Jul-05 22:57 
AnswerRe: how to get control of keyboard and mouse? Pin
RicoH20-Jul-05 0:27
RicoH20-Jul-05 0:27 
Hi,

to log the users keyboard and mouse activity you'll have to take a look
at the 'SetWindowsHookEx' function. This allows you to set system-wide keyboard and mouse
hooks which will receive all keyboard and mouse activity.
Once you have captured the events you can make use of the 'SendInput' function
to send the events to the OS which will handle them as if you were really
typing or moving the mouse...



Don't think you are, know you are...
AnswerRe: how to get control of keyboard and mouse? Pin
vishalmore20-Jul-05 0:52
vishalmore20-Jul-05 0:52 
GeneralRe: how to get control of keyboard and mouse? Pin
ThinkingPrometheus20-Jul-05 21:30
ThinkingPrometheus20-Jul-05 21:30 
General_DEBUG definition Pin
caykahve19-Jul-05 22:07
caykahve19-Jul-05 22:07 
GeneralRe: _DEBUG definition Pin
toxcct19-Jul-05 22:27
toxcct19-Jul-05 22:27 
GeneralRe: _DEBUG definition Pin
caykahve19-Jul-05 22:46
caykahve19-Jul-05 22:46 
GeneralRe: _DEBUG definition Pin
toxcct19-Jul-05 22:55
toxcct19-Jul-05 22:55 
GeneralRe: _DEBUG definition Pin
caykahve19-Jul-05 22:59
caykahve19-Jul-05 22:59 
GeneralRe: _DEBUG definition Pin
toxcct20-Jul-05 0:03
toxcct20-Jul-05 0:03 
GeneralRe: _DEBUG definition Pin
caykahve20-Jul-05 0:29
caykahve20-Jul-05 0:29 
GeneralRe: _DEBUG definition Pin
David Crow20-Jul-05 2:55
David Crow20-Jul-05 2:55 
GeneralRe: _DEBUG definition Pin
Bob Stanneveld20-Jul-05 5:37
Bob Stanneveld20-Jul-05 5:37 
GeneralCopy a window Pin
Halawlaws19-Jul-05 22:00
Halawlaws19-Jul-05 22:00 
GeneralRe: Copy a window Pin
toxcct19-Jul-05 22:29
toxcct19-Jul-05 22:29 
GeneralRe: Copy a window Pin
Halawlaws19-Jul-05 23:59
Halawlaws19-Jul-05 23:59 
GeneralRe: Copy a window Pin
toxcct20-Jul-05 0:06
toxcct20-Jul-05 0:06 
GeneralRe: Copy a window Pin
Halawlaws20-Jul-05 1:15
Halawlaws20-Jul-05 1:15 
GeneralRe: Copy a window Pin
BlackDice20-Jul-05 2:47
BlackDice20-Jul-05 2:47 

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.