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

C / C++ / MFC

 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 2:42
Zizilamoroso3-May-02 2:42 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 2:58
Zizilamoroso3-May-02 2:58 
GeneralRe: Link problem (using avifile) Pin
Michael P Butler3-May-02 2:49
Michael P Butler3-May-02 2:49 
GeneralRe: Link problem (using avifile) Pin
Zizilamoroso3-May-02 3:03
Zizilamoroso3-May-02 3:03 
GeneralHandle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 0:33
Eugene Pustovoyt3-May-02 0:33 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Michael P Butler3-May-02 4:24
Michael P Butler3-May-02 4:24 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 8:07
Eugene Pustovoyt3-May-02 8:07 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 10:38
professionalPJ Arends3-May-02 10:38 
Hi Eugene,

The WM_NCLBUTTONDOWN message is only generated when a mouse is clicked on the nonclient area of the edit control (ie. the border, the one or two pixel wide area around the client area), it is not generated when the mouse is clicked outside the control.

What Michael was refering to is that once the mouse has been captured (via SetCapture()), all mouse messages are treated as client area mouse messages for the window that has captured the mouse.

HTH

---
CPUA 0x5041

Sonork 100.11743 Chicken Little

If a man is standing in the middle of the forest speaking and there is no woman around to hear him...is he still wrong?
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 17:38
Eugene Pustovoyt3-May-02 17:38 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 19:39
professionalPJ Arends3-May-02 19:39 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 20:04
Eugene Pustovoyt3-May-02 20:04 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
PJ Arends3-May-02 20:19
professionalPJ Arends3-May-02 20:19 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 20:56
Eugene Pustovoyt3-May-02 20:56 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
3-May-02 10:11
suss3-May-02 10:11 
GeneralRe: Handle the WM_NCLBUTTONDOWN Pin
Eugene Pustovoyt3-May-02 17:45
Eugene Pustovoyt3-May-02 17:45 
GeneralConverting GDI region to GDI++ path Pin
Sanju_theWizard3-May-02 0:19
Sanju_theWizard3-May-02 0:19 
GeneralRe: Converting GDI region to GDI++ path Pin
Paul M Watt3-May-02 5:15
mentorPaul M Watt3-May-02 5:15 
QuestionHow to release EMS memory of a graph in the CView? Pin
mzt3-May-02 0:13
mzt3-May-02 0:13 
QuestionHow to solve a flashing problem? Pin
mzt3-May-02 0:00
mzt3-May-02 0:00 
AnswerRe: How to solve a flashing problem? Pin
Eugene Pustovoyt3-May-02 0:21
Eugene Pustovoyt3-May-02 0:21 
GeneralToolbar buttons in Dialog Box Pin
LittleYellowBird2-May-02 23:33
LittleYellowBird2-May-02 23:33 
GeneralRe: Toolbar buttons in Dialog Box Pin
Shog93-May-02 5:16
sitebuilderShog93-May-02 5:16 
GeneralRe: Toolbar buttons in Dialog Box Pin
LittleYellowBird7-May-02 1:18
LittleYellowBird7-May-02 1:18 
GeneralCapture Problem - Directx Pin
Sameer Maggon2-May-02 23:29
Sameer Maggon2-May-02 23:29 
GeneralButton with Bitmap Image Pin
John Clump2-May-02 23:12
John Clump2-May-02 23:12 

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.