Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNew class Pin
bugDanny20-Oct-05 5:28
bugDanny20-Oct-05 5:28 
AnswerRe: New class Pin
David Crow20-Oct-05 5:44
David Crow20-Oct-05 5:44 
GeneralRe: New class Pin
bugDanny20-Oct-05 6:02
bugDanny20-Oct-05 6:02 
GeneralRe: New class Pin
S. Senthil Kumar20-Oct-05 6:03
S. Senthil Kumar20-Oct-05 6:03 
GeneralRe: New class Pin
bugDanny20-Oct-05 6:08
bugDanny20-Oct-05 6:08 
GeneralRe: New class Pin
S. Senthil Kumar21-Oct-05 1:48
S. Senthil Kumar21-Oct-05 1:48 
GeneralRe: New class Pin
bugDanny21-Oct-05 2:45
bugDanny21-Oct-05 2:45 
QuestionWM_MOUSEMOVE Child Window Pin
nermsk20-Oct-05 4:06
nermsk20-Oct-05 4:06 
Hi everyone,

I hope that someone can help me solve my problem...

Well, I would like to click-and-drag the child window and move it within its parent!

From child's window procedure, catching WM_MOUSEMOVE, I tried to call SendMesage(hWndParent,WM_MOUSEMOVE, NULL, NULL) in order to make it move.

Well it does not work! I tried Handling WM_MOUSEMOVE from the parent only but the child window would move with the mouse only whan the mouse leaves the child and 'touches' the parent window!

Is there anyone who can, in simple C++, help me to get over this issue?!

Thanks!Confused | :confused:
AnswerRe: WM_MOUSEMOVE Child Window Pin
Mircea Puiu20-Oct-05 4:43
Mircea Puiu20-Oct-05 4:43 
GeneralRe: WM_MOUSEMOVE Child Window Pin
nermsk20-Oct-05 7:33
nermsk20-Oct-05 7:33 
GeneralRe: WM_MOUSEMOVE Child Window Pin
Mircea Puiu20-Oct-05 8:11
Mircea Puiu20-Oct-05 8:11 
AnswerRe: WM_MOUSEMOVE Child Window Pin
TheJonzer20-Oct-05 10:00
TheJonzer20-Oct-05 10:00 
QuestionCStatic derived class Pin
cedric_craze20-Oct-05 4:04
cedric_craze20-Oct-05 4:04 
AnswerRe: CStatic derived class Pin
Cedric Moonen20-Oct-05 4:15
Cedric Moonen20-Oct-05 4:15 
AnswerRe: CStatic derived class Pin
Mircea Puiu20-Oct-05 4:27
Mircea Puiu20-Oct-05 4:27 
GeneralRe: CStatic derived class Pin
cedric_craze20-Oct-05 5:32
cedric_craze20-Oct-05 5:32 
GeneralRe: CStatic derived class Pin
Mircea Puiu20-Oct-05 5:36
Mircea Puiu20-Oct-05 5:36 
GeneralRe: CStatic derived class Pin
cedric_craze20-Oct-05 5:48
cedric_craze20-Oct-05 5:48 
Questionwriting an xml file. Pin
swaapu20-Oct-05 1:47
swaapu20-Oct-05 1:47 
AnswerRe: writing an xml file. Pin
sunit520-Oct-05 2:45
sunit520-Oct-05 2:45 
QuestionRe: writing an xml file. Pin
David Crow20-Oct-05 4:35
David Crow20-Oct-05 4:35 
AnswerRe: writing an xml file. Pin
sunit520-Oct-05 5:34
sunit520-Oct-05 5:34 
AnswerRe: writing an xml file. Pin
ThatsAlok20-Oct-05 19:23
ThatsAlok20-Oct-05 19:23 
Questionduplicate nodes in tree view control Pin
QuickDeveloper20-Oct-05 1:45
QuickDeveloper20-Oct-05 1:45 
AnswerRe: duplicate nodes in tree view control Pin
PJ Arends20-Oct-05 11:25
professionalPJ Arends20-Oct-05 11:25 

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.