Click here to Skip to main content
15,918,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get the pixel data from video stream window> Pin
baby_fong8230-Jan-07 1:14
baby_fong8230-Jan-07 1:14 
GeneralRe: How to get the pixel data from video stream window> Pin
Mark Salsbery30-Jan-07 6:25
Mark Salsbery30-Jan-07 6:25 
QuestionHow to read the contents of a doc file and write the contents into another doc file? Pin
asenthil_858529-Jan-07 1:23
asenthil_858529-Jan-07 1:23 
AnswerRe: How to read the contents of a doc file and write the contents into another doc file? Pin
jhwurmbach29-Jan-07 3:20
jhwurmbach29-Jan-07 3:20 
AnswerRe: How to read the contents of a doc file and write the contents into another doc file? Pin
Laxman Auti30-Jan-07 3:16
Laxman Auti30-Jan-07 3:16 
GeneralRe: How to read the contents of a doc file and write the contents into another doc file? Pin
asenthil_858530-Jan-07 18:20
asenthil_858530-Jan-07 18:20 
GeneralRe: How to read the contents of a doc file and write the contents into another doc file? Pin
Laxman Auti30-Jan-07 19:23
Laxman Auti30-Jan-07 19:23 
Questionwhat message is posted? Pin
ShaluMalu29-Jan-07 1:00
ShaluMalu29-Jan-07 1:00 
AnswerRe: what message is posted? Pin
Don Box29-Jan-07 1:46
Don Box29-Jan-07 1:46 
QuestionRe: what message is posted? Pin
prasad_som29-Jan-07 2:39
prasad_som29-Jan-07 2:39 
AnswerRe: what message is posted? Pin
Hamid_RT29-Jan-07 18:18
Hamid_RT29-Jan-07 18:18 
QuestionWhat 's function that use for check Process Pin
Max++29-Jan-07 0:58
Max++29-Jan-07 0:58 
AnswerRe: What 's function that use for check Process Pin
prasad_som29-Jan-07 1:23
prasad_som29-Jan-07 1:23 
AnswerRe: What 's function that use for check Process Pin
Hamid_RT29-Jan-07 18:06
Hamid_RT29-Jan-07 18:06 
QuestionSendMessage to another dialog window Pin
georgiek5029-Jan-07 0:21
georgiek5029-Jan-07 0:21 
AnswerRe: SendMessage to another dialog window Pin
Waldermort29-Jan-07 1:09
Waldermort29-Jan-07 1:09 
GeneralRe: SendMessage to another dialog window Pin
prasad_som29-Jan-07 3:05
prasad_som29-Jan-07 3:05 
AnswerRe: SendMessage to another dialog window Pin
#realJSOP29-Jan-07 1:33
professional#realJSOP29-Jan-07 1:33 
GeneralRe: SendMessage to another dialog window Pin
georgiek5029-Jan-07 1:48
georgiek5029-Jan-07 1:48 
GeneralRe: SendMessage to another dialog window Pin
Waldermort29-Jan-07 2:01
Waldermort29-Jan-07 2:01 
GeneralRe: SendMessage to another dialog window Pin
georgiek5029-Jan-07 2:03
georgiek5029-Jan-07 2:03 
GeneralRe: SendMessage to another dialog window Pin
malaugh29-Jan-07 10:31
malaugh29-Jan-07 10:31 
QuestionRe: SendMessage to another dialog window Pin
prasad_som29-Jan-07 3:10
prasad_som29-Jan-07 3:10 
Questionwhat's the best time to subclass CHeaderCtrl? Pin
eat_union29-Jan-07 0:12
eat_union29-Jan-07 0:12 
AnswerRe: what's the best time to subclass CHeaderCtrl? Pin
Blake Miller29-Jan-07 12:58
Blake Miller29-Jan-07 12:58 
How about in the OnCreate for the CListCtrl.
That way, you get to subclass even if the list control window is never shown, if that matters or not.

From MSDN:

The CWnd object receives this call after the window is created but before it becomes visible. OnCreate is called before the Create or CreateEx member function returns.
Override this member function to perform any needed initialization of a derived class.
The CREATESTRUCT structure contains copies of the parameters used to create the window.

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.