Click here to Skip to main content
15,889,822 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWM_LBUTTONDOWN wanted Pin
Alexander M.,10-Jun-05 5:13
Alexander M.,10-Jun-05 5:13 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Blake Miller10-Jun-05 5:49
Blake Miller10-Jun-05 5:49 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 5:51
Tom Archer10-Jun-05 5:51 
GeneralRe: WM_LBUTTONDOWN wanted Pin
David Crow10-Jun-05 6:06
David Crow10-Jun-05 6:06 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Blake Miller10-Jun-05 6:27
Blake Miller10-Jun-05 6:27 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 5:50
Tom Archer10-Jun-05 5:50 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 5:56
Tom Archer10-Jun-05 5:56 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Alexander M.,10-Jun-05 8:07
Alexander M.,10-Jun-05 8:07 
Yeah, I will check NM_CLICK.

I've found out why WM_LBUTTONUP can't be received by MFC...
WM_LBUTTONDOWN: Processed in different ways depending on whether a click or drag operation is being initiated. To determine which operation is involved, the list-view control enters a modal message loop until either the button is released or the mouse is moved. (MSDN)

The message is only received if I move the mouse before releasing the button.

Thanks for all your quick answers,
Alex


Don't try it, just do it! Wink | ;-)
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 8:37
Tom Archer10-Jun-05 8:37 
GeneralRe: WM_LBUTTONDOWN wanted Pin
Tom Archer10-Jun-05 8:47
Tom Archer10-Jun-05 8:47 
GeneralDll Not Found Pin
jinbabaj10-Jun-05 5:00
jinbabaj10-Jun-05 5:00 
GeneralRe: Dll Not Found Pin
JWood10-Jun-05 5:11
JWood10-Jun-05 5:11 
GeneralRe: Dll Not Found Pin
Alexander M.,10-Jun-05 5:15
Alexander M.,10-Jun-05 5:15 
GeneralRe: Dll Not Found Pin
Blake Miller10-Jun-05 5:50
Blake Miller10-Jun-05 5:50 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 6:16
Toby Opferman10-Jun-05 6:16 
GeneralRe: Dll Not Found Pin
Blake Miller10-Jun-05 6:29
Blake Miller10-Jun-05 6:29 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 8:02
Toby Opferman10-Jun-05 8:02 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 18:03
ThatsAlok10-Jun-05 18:03 
GeneralRe: Dll Not Found Pin
Toby Opferman10-Jun-05 18:47
Toby Opferman10-Jun-05 18:47 
GeneralRe: Dll Not Found Pin
ThatsAlok10-Jun-05 19:11
ThatsAlok10-Jun-05 19:11 
GeneralRe: Dll Not Found Pin
Alexander M.,10-Jun-05 8:17
Alexander M.,10-Jun-05 8:17 
GeneralRe: Dll Not Found Pin
John R. Shaw10-Jun-05 22:06
John R. Shaw10-Jun-05 22:06 
GeneralAgain Problem Pin
Aqueel10-Jun-05 4:47
Aqueel10-Jun-05 4:47 
GeneralRe: Again Problem Pin
Chris Losinger10-Jun-05 4:50
professionalChris Losinger10-Jun-05 4:50 
GeneralRe: Again Problem Pin
ThatsAlok10-Jun-05 23:48
ThatsAlok10-Jun-05 23:48 

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.