Click here to Skip to main content
15,898,988 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionList all attached Microphones Pin
CrazyDogg7-Oct-08 21:46
CrazyDogg7-Oct-08 21:46 
QuestionHow can fininsh a process in minimum time ? Pin
Le@rner7-Oct-08 21:26
Le@rner7-Oct-08 21:26 
AnswerRe: How can fininsh a process in minimum time ? Pin
Cedric Moonen7-Oct-08 21:35
Cedric Moonen7-Oct-08 21:35 
GeneralRe: How can fininsh a process in minimum time ? Pin
Le@rner7-Oct-08 21:40
Le@rner7-Oct-08 21:40 
QuestionCheck Mouse on desktop Pin
varundua7-Oct-08 21:01
varundua7-Oct-08 21:01 
AnswerRe: Check Mouse on desktop Pin
SandipG 7-Oct-08 21:19
SandipG 7-Oct-08 21:19 
AnswerRe: Check Mouse on desktop Pin
Malli_S7-Oct-08 21:19
Malli_S7-Oct-08 21:19 
AnswerRe: Check Mouse on desktop Pin
BetulSahin7-Oct-08 22:07
BetulSahin7-Oct-08 22:07 
You can use that function :

HHOOK SetWindowsHookEx(
int idHook,
HOOKPROC lpfn,
HINSTANCE hMod,
DWORD dwThreadId
);

for int idHook :

you can use this parameter "WH_MOUSE_LL" .

http://msdn.microsoft.com/en-us/library/ms644990.aspx[^]
Questionpointer sized data of poi command Pin
George_George7-Oct-08 20:57
George_George7-Oct-08 20:57 
QuestionHow to download only images from the webpage Pin
Sandeep Saini SRE7-Oct-08 20:55
Sandeep Saini SRE7-Oct-08 20:55 
AnswerRe: How to download only images from the webpage Pin
Hamid_RT7-Oct-08 21:04
Hamid_RT7-Oct-08 21:04 
QuestionConvert Fortran Code Pin
Trupti Mehta7-Oct-08 20:43
Trupti Mehta7-Oct-08 20:43 
AnswerRe: Convert Fortran Code Pin
Saurabh.Garg7-Oct-08 21:12
Saurabh.Garg7-Oct-08 21:12 
QuestionRe: Convert Fortran Code Pin
CPallini7-Oct-08 23:03
mveCPallini7-Oct-08 23:03 
QuestionYielding Messages.... Pin
Peter Weyzen7-Oct-08 19:23
Peter Weyzen7-Oct-08 19:23 
AnswerRe: Yielding Messages.... Pin
Roger Stoltz7-Oct-08 22:24
Roger Stoltz7-Oct-08 22:24 
GeneralRe: Yielding Messages.... Pin
Peter Weyzen7-Oct-08 22:33
Peter Weyzen7-Oct-08 22:33 
GeneralRe: Yielding Messages.... Pin
Mark Salsbery8-Oct-08 5:55
Mark Salsbery8-Oct-08 5:55 
QuestionThread question Pin
monsieur_jj7-Oct-08 19:19
monsieur_jj7-Oct-08 19:19 
AnswerRe: Thread question Pin
Michael Dunn7-Oct-08 19:37
sitebuilderMichael Dunn7-Oct-08 19:37 
GeneralRe: Thread question Pin
monsieur_jj7-Oct-08 20:05
monsieur_jj7-Oct-08 20:05 
GeneralRe: Thread question Pin
Cedric Moonen7-Oct-08 20:12
Cedric Moonen7-Oct-08 20:12 
GeneralRe: Thread question Pin
monsieur_jj7-Oct-08 20:23
monsieur_jj7-Oct-08 20:23 
GeneralRe: Thread question Pin
Cedric Moonen7-Oct-08 20:29
Cedric Moonen7-Oct-08 20:29 
QuestionFunction calling in header file Pin
Davitor7-Oct-08 19:05
Davitor7-Oct-08 19:05 

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.