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

C / C++ / MFC

 
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 
AnswerRe: how to get control of keyboard and mouse? Pin
vishalmore20-Jul-05 0:52
vishalmore20-Jul-05 0:52 
Global hook is the solution to your problem, but hooks are not stable and are specifically used for debugging purposes.

While implementing the global hooks be curious O.W it would screw entire system.

Have a look at the API's
SetWindowsHookEx, UnhookWindowsHookEx etc...

You can get tons of information about hooks on codeproject and online MSDN.

All the best !

Cheers,
Vishal

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 
GeneralRe: Copy a window Pin
toxcct20-Jul-05 3:32
toxcct20-Jul-05 3:32 

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.