Click here to Skip to main content
16,006,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How i put a Boolean in if () {} Pin
Waldermort8-Nov-06 11:15
Waldermort8-Nov-06 11:15 
AnswerRe: How i put a Boolean in if () {} Pin
Hamid_RT9-Nov-06 7:24
Hamid_RT9-Nov-06 7:24 
Questionfonts Pin
Waldermort8-Nov-06 9:27
Waldermort8-Nov-06 9:27 
AnswerRe: fonts Pin
Waldermort8-Nov-06 11:13
Waldermort8-Nov-06 11:13 
QuestionCListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 8:00
skullfire8-Nov-06 8:00 
AnswerRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 8:16
Mark Salsbery8-Nov-06 8:16 
GeneralRe: CListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 8:23
skullfire8-Nov-06 8:23 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 8:47
Mark Salsbery8-Nov-06 8:47 
skullfire wrote:
but then.. how can I capture this event?


That would be tough if you want the list control to do its processing at the same time you do
yours. I imagine at WM_LBUTTONDOWN the control is pulling messages straight from the queue
(processing WM_MOUSEMOVE messages) until it receives a WM_LBUTTONUP or when WM_MOUSEMOVE
indicates the button is no longer pressed. You could check if you receive a WM_LBUTTONUP after
a drag operation and possibly handle your stuff there but during the drag I don't think so.
GeneralRe: CListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 9:51
skullfire8-Nov-06 9:51 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 10:36
Mark Salsbery8-Nov-06 10:36 
GeneralRe: CListCtrl::MouseMove override not working? [modified] Pin
skullfire8-Nov-06 11:23
skullfire8-Nov-06 11:23 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 11:45
Mark Salsbery8-Nov-06 11:45 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Stephen Hewitt8-Nov-06 11:35
Stephen Hewitt8-Nov-06 11:35 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 11:49
Mark Salsbery8-Nov-06 11:49 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Stephen Hewitt8-Nov-06 11:52
Stephen Hewitt8-Nov-06 11:52 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Mark Salsbery8-Nov-06 11:57
Mark Salsbery8-Nov-06 11:57 
AnswerRe: CListCtrl::MouseMove override not working? Pin
Stephen Hewitt8-Nov-06 12:25
Stephen Hewitt8-Nov-06 12:25 
GeneralRe: CListCtrl::MouseMove override not working? Pin
skullfire8-Nov-06 12:32
skullfire8-Nov-06 12:32 
GeneralRe: CListCtrl::MouseMove override not working? Pin
Stephen Hewitt8-Nov-06 12:40
Stephen Hewitt8-Nov-06 12:40 
Questionatlapp.h Pin
messages8-Nov-06 6:57
messages8-Nov-06 6:57 
AnswerRe: atlapp.h Pin
Cedric Moonen8-Nov-06 7:49
Cedric Moonen8-Nov-06 7:49 
AnswerRe: atlapp.h Pin
Michael Dunn8-Nov-06 13:55
sitebuilderMichael Dunn8-Nov-06 13:55 
GeneralRe: atlapp.h Pin
messages8-Nov-06 18:46
messages8-Nov-06 18:46 
GeneralRe: atlapp.h Pin
Michael Dunn8-Nov-06 23:55
sitebuilderMichael Dunn8-Nov-06 23:55 
GeneralRe: atlapp.h Pin
messages9-Nov-06 0:45
messages9-Nov-06 0:45 

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.