Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Url from html data Pin
Russell'31-Aug-07 21:20
Russell'31-Aug-07 21:20 
QuestionHow to Save the DC. Pin
GauranG Shah31-Aug-07 3:45
GauranG Shah31-Aug-07 3:45 
AnswerRe: How to Save the DC. Pin
Hamid_RT31-Aug-07 3:54
Hamid_RT31-Aug-07 3:54 
GeneralRe: How to Save the DC. Pin
GauranG Shah31-Aug-07 18:21
GauranG Shah31-Aug-07 18:21 
GeneralRe: How to Save the DC. Pin
Hamid_RT31-Aug-07 19:17
Hamid_RT31-Aug-07 19:17 
AnswerRe: How to Save the DC. Pin
codeII31-Aug-07 4:19
codeII31-Aug-07 4:19 
GeneralRe: How to Save the DC. Pin
Hamid_RT31-Aug-07 4:22
Hamid_RT31-Aug-07 4:22 
QuestionHow to trace the mouse when it leave the window? Pin
Michael ZY31-Aug-07 3:10
Michael ZY31-Aug-07 3:10 
I am writing a mouse hook program to trace the mouse movement and something confused me. I use WH_MOUSE to hook the mouse event in global wide, but some message like WM_MOUSEMOVE can not hooked when the mouse leave the window with a left/right button down, so I have add the SetCapture() function to my code when the GetCapture() return NULL, but it does not worked well, in some window like "MS word" or "Winamp" it go wrong.

I have also tried the WH_MOUSE_LL, it realy worked well. but it slowness the animation In window XP when turn on the visual effect "animation the window when Maxminze or Minmize", you will find the mouse move slowness when you click the mini/max box in the titlebar in any window with the mouse move quickly.

It totally confused me, some one can help me.

Thanks.
AnswerRe: How to trace the mouse when it leave the window? Pin
Roger Broomfield31-Aug-07 6:08
Roger Broomfield31-Aug-07 6:08 
AnswerRe: How to trace the mouse when it leave the window? Pin
Mark Salsbery31-Aug-07 6:27
Mark Salsbery31-Aug-07 6:27 
GeneralRe: How to trace the mouse when it leave the window? Pin
Michael ZY31-Aug-07 17:13
Michael ZY31-Aug-07 17:13 
GeneralRe: How to trace the mouse when it leave the window? Pin
ALVINHSIEH26-Feb-09 1:38
ALVINHSIEH26-Feb-09 1:38 
QuestionNaming your exe Pin
__yash__31-Aug-07 3:09
professional__yash__31-Aug-07 3:09 
AnswerRe: Naming your exe Pin
Chris Losinger31-Aug-07 3:16
professionalChris Losinger31-Aug-07 3:16 
AnswerRe: Naming your exe Pin
David Crow31-Aug-07 3:17
David Crow31-Aug-07 3:17 
AnswerRe: Naming your exe Pin
jhwurmbach31-Aug-07 3:21
jhwurmbach31-Aug-07 3:21 
GeneralRe: Naming your exe Pin
Russell'31-Aug-07 3:33
Russell'31-Aug-07 3:33 
GeneralRe: Naming your exe Pin
jhwurmbach31-Aug-07 3:37
jhwurmbach31-Aug-07 3:37 
GeneralRe: Naming your exe Pin
Russell'31-Aug-07 3:41
Russell'31-Aug-07 3:41 
GeneralRe: Naming your exe Pin
__yash__31-Aug-07 4:24
professional__yash__31-Aug-07 4:24 
GeneralRe: Naming your exe Pin
Russell'31-Aug-07 4:32
Russell'31-Aug-07 4:32 
GeneralRe: Naming your exe Pin
David Crow31-Aug-07 3:39
David Crow31-Aug-07 3:39 
GeneralRe: Naming your exe Pin
jhwurmbach31-Aug-07 3:45
jhwurmbach31-Aug-07 3:45 
GeneralRe: Naming your exe Pin
Russell'31-Aug-07 3:47
Russell'31-Aug-07 3:47 
GeneralRe: Naming your exe Pin
David Crow31-Aug-07 3:56
David Crow31-Aug-07 3:56 

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.