Click here to Skip to main content
16,011,619 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: ASSERT and Win XP Pin
Magnus Westin5-Jun-03 21:32
Magnus Westin5-Jun-03 21:32 
GeneralRe: ASSERT and Win XP Pin
Peter Weyzen6-Jun-03 10:40
Peter Weyzen6-Jun-03 10:40 
Generalproblem with icon in a dll Pin
Mazdak5-Jun-03 4:02
Mazdak5-Jun-03 4:02 
GeneralEnd Process !! Pin
dgtuan5-Jun-03 3:50
dgtuan5-Jun-03 3:50 
GeneralRe: End Process !! Pin
Daniel Turini5-Jun-03 8:01
Daniel Turini5-Jun-03 8:01 
GeneralRe: End Process !! Pin
Cyrus Dang6-Jun-03 3:46
Cyrus Dang6-Jun-03 3:46 
GeneralCListCtrl question Pin
Shay Harel5-Jun-03 3:30
Shay Harel5-Jun-03 3:30 
GeneralRe: CListCtrl question Pin
Roger Allen5-Jun-03 3:41
Roger Allen5-Jun-03 3:41 
The one I usually use is the HDN_ENDTRACK mssage, but you only get this when the finish doing the re-size. You also may need to add this line to get the message maps entries generated by class wizard to work correctly:

m_ListCntl.GetHeaderCtrl()->SetDlgCtrlID(m_ListCntl.GetDlgCtrlID());	


Otherwise the HDN_ENDTRACK's all get send with a control ID of 0, and you canbnot tell which came from which control and they also do not map properly unless you change the message map entry.



Roger Allen
Sonork 100.10016

Were you different as a kid? Did you ever say "Ooohhh, shiny red" even once? - Paul Watson 11-February-2003
GeneralRe: CListCtrl question Pin
Shay Harel5-Jun-03 3:59
Shay Harel5-Jun-03 3:59 
GeneralRe: CListCtrl question Pin
Roger Allen5-Jun-03 4:25
Roger Allen5-Jun-03 4:25 
GeneralRe: CListCtrl question Pin
Shay Harel5-Jun-03 4:37
Shay Harel5-Jun-03 4:37 
GeneralRe: CListCtrl question Pin
Shay Harel5-Jun-03 8:10
Shay Harel5-Jun-03 8:10 
GeneralCEdit and CSpinButtonCtrl Pin
CodeBrain5-Jun-03 3:24
CodeBrain5-Jun-03 3:24 
GeneralClient control device context Pin
Anonymous5-Jun-03 2:22
Anonymous5-Jun-03 2:22 
GeneralRe: Client control device context Pin
CodeBrain5-Jun-03 3:16
CodeBrain5-Jun-03 3:16 
GeneralError connecting to SQL db using ADO. Pin
IrishSonic5-Jun-03 2:21
IrishSonic5-Jun-03 2:21 
GeneralRe: Error connecting to SQL db using ADO. Pin
Spiros5-Jun-03 3:02
Spiros5-Jun-03 3:02 
QuestionOffice2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 2:20
schaereran@gmx.net5-Jun-03 2:20 
AnswerRe: Office2003 looking toolbar!?? Pin
armentage5-Jun-03 3:42
armentage5-Jun-03 3:42 
GeneralRe: Office2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 22:20
schaereran@gmx.net5-Jun-03 22:20 
GeneralRe: Office2003 looking toolbar!?? Pin
schaereran@gmx.net5-Jun-03 23:26
schaereran@gmx.net5-Jun-03 23:26 
GeneralFile scan Pin
Cedric Moonen5-Jun-03 1:24
Cedric Moonen5-Jun-03 1:24 
GeneralRe: File scan Pin
Ian Darling5-Jun-03 2:00
Ian Darling5-Jun-03 2:00 
GeneralRe: File scan Pin
Cedric Moonen5-Jun-03 2:17
Cedric Moonen5-Jun-03 2:17 
GeneralRe: File scan Pin
David Crow5-Jun-03 3:55
David Crow5-Jun-03 3:55 

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.