Click here to Skip to main content
15,916,412 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Displaying MFC dialog Pin
cdm5z8-Jul-05 4:03
cdm5z8-Jul-05 4:03 
GeneralRe: Displaying MFC dialog Pin
Manfred Staiger8-Jul-05 4:19
Manfred Staiger8-Jul-05 4:19 
GeneralCWnd::Create -> program terminates immediately after window creation Pin
awah8-Jul-05 3:39
awah8-Jul-05 3:39 
GeneralRe: CWnd::Create -> program terminates immediately after window creation Pin
David Crow8-Jul-05 4:23
David Crow8-Jul-05 4:23 
GeneralRe: CWnd::Create -> program terminates immediately after window creation Pin
Alexander M.,8-Jul-05 7:12
Alexander M.,8-Jul-05 7:12 
GeneralRe: CWnd::Create -> program terminates immediately after window creation Pin
ThatsAlok8-Jul-05 20:31
ThatsAlok8-Jul-05 20:31 
QuestionHow to capure mouse move with child window overlapping ? Pin
ldaoust8-Jul-05 3:17
ldaoust8-Jul-05 3:17 
AnswerRe: How to capure mouse move with child window overlapping ? Pin
Manfred Staiger8-Jul-05 3:38
Manfred Staiger8-Jul-05 3:38 
From MSDN:

CWnd::SetCapture
Causes all subsequent mouse input to be sent to the current CWnd object regardless of the position of the cursor.
When CWnd no longer requires all mouse input, the application should call theReleaseCapture function so that other windows can receive mouse input.

I think that is what you want to do.


MS
GeneralRe: How to capure mouse move with child window overlapping ? Pin
ldaoust8-Jul-05 4:07
ldaoust8-Jul-05 4:07 
GeneralRe: How to capure mouse move with child window overlapping ? Pin
Manfred Staiger8-Jul-05 4:29
Manfred Staiger8-Jul-05 4:29 
GeneralRe: How to capure mouse move with child window overlapping ? Pin
ldaoust8-Jul-05 6:09
ldaoust8-Jul-05 6:09 
GeneralRe: How to capure mouse move with child window overlapping ? Pin
ldaoust8-Jul-05 6:32
ldaoust8-Jul-05 6:32 
AnswerRe: How to capure mouse move with child window overlapping ? Pin
John R. Shaw8-Jul-05 17:30
John R. Shaw8-Jul-05 17:30 
QuestionUsing a "windows file manager"-like control? Pin
Salvador Dali8-Jul-05 2:12
Salvador Dali8-Jul-05 2:12 
AnswerRe: Using a "windows file manager"-like control? Pin
David Crow8-Jul-05 3:35
David Crow8-Jul-05 3:35 
GeneralRe: Using a "windows file manager"-like control? Pin
Salvador Dali8-Jul-05 5:22
Salvador Dali8-Jul-05 5:22 
GeneralRe: Using a "windows file manager"-like control? Pin
David Crow8-Jul-05 5:58
David Crow8-Jul-05 5:58 
GeneralI’m trying to figure out a way to store my data in an clever way Pin
t!bast8-Jul-05 2:07
t!bast8-Jul-05 2:07 
GeneralRe: I’m trying to figure out a way to store my data in an clever way Pin
S. Senthil Kumar8-Jul-05 6:06
S. Senthil Kumar8-Jul-05 6:06 
GeneralRe: I’m trying to figure out a way to store my data in an clever way Pin
Blake V. Miller8-Jul-05 16:54
Blake V. Miller8-Jul-05 16:54 
Generalcommunicating with the phone Pin
mpsundar8-Jul-05 1:16
mpsundar8-Jul-05 1:16 
GeneralRe: communicating with the phone Pin
ThatsAlok8-Jul-05 20:23
ThatsAlok8-Jul-05 20:23 
QuestionHow to Get Public IP Address Pin
Member 1256658-Jul-05 0:44
Member 1256658-Jul-05 0:44 
AnswerRe: How to Get Public IP Address Pin
Alexander M.,8-Jul-05 4:00
Alexander M.,8-Jul-05 4:00 
AnswerRe: How to Get Public IP Address Pin
cmk8-Jul-05 11:07
cmk8-Jul-05 11:07 

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.