Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with AtlAxCreateDialog Pin
David Crow7-May-07 9:52
David Crow7-May-07 9:52 
QuestionProblem with AtlAxCreateDialog Pin
aamir.zia7-May-07 9:26
aamir.zia7-May-07 9:26 
QuestionRe: Problem with AtlAxCreateDialog Pin
Mark Salsbery7-May-07 10:20
Mark Salsbery7-May-07 10:20 
AnswerRe: Problem with AtlAxCreateDialog Pin
Stephen Hewitt7-May-07 14:00
Stephen Hewitt7-May-07 14:00 
QuestionSetIcon Error / Exception Pin
ScotDolan7-May-07 9:12
ScotDolan7-May-07 9:12 
AnswerRe: SetIcon Error / Exception Pin
ScotDolan7-May-07 9:39
ScotDolan7-May-07 9:39 
QuestionRe: SetIcon Error / Exception Pin
David Crow7-May-07 9:50
David Crow7-May-07 9:50 
AnswerRe: SetIcon Error / Exception Pin
Hans Dietrich7-May-07 14:28
mentorHans Dietrich7-May-07 14:28 
As soon as a window is created, many different messages, including WM_SHOWWINDOW will start flying. But just because the parent window is created, doesn't mean its children are also alive and well. You can avoid this problem by making liberal use of IsWindow():
if (::IsWindow(m_iconPitchActiveFault.m_hWnd))
     m_iconPitchActiveFault.SetIcon( Red_OFF );
Best wishes,
Hans
AnswerRe: SetIcon Error / Exception Pin
Hamid_RT7-May-07 19:43
Hamid_RT7-May-07 19:43 
QuestionCToolBar force the position even in hidden places Pin
Endaroza7-May-07 8:35
Endaroza7-May-07 8:35 
AnswerRe: CToolBar force the position even in hidden places Pin
Hans Dietrich7-May-07 14:42
mentorHans Dietrich7-May-07 14:42 
GeneralRe: CToolBar force the position even in hidden places Pin
Endaroza7-May-07 20:47
Endaroza7-May-07 20:47 
AnswerYES!!! Pin
Endaroza8-May-07 3:57
Endaroza8-May-07 3:57 
QuestionHide Dial-up Tray Icon? Pin
HorrorVision7-May-07 7:55
HorrorVision7-May-07 7:55 
AnswerRe: Hide Dial-up Tray Icon? Pin
HorrorVision7-May-07 8:00
HorrorVision7-May-07 8:00 
GeneralRe: Hide Dial-up Tray Icon? Pin
Hans Dietrich7-May-07 14:45
mentorHans Dietrich7-May-07 14:45 
AnswerRe: Hide Dial-up Tray Icon? Pin
ThatsAlok16-May-07 20:05
ThatsAlok16-May-07 20:05 
Questionsort linklist problem Pin
Arif Liminto7-May-07 6:38
professionalArif Liminto7-May-07 6:38 
AnswerRe: sort linklist problem Pin
toxcct7-May-07 6:45
toxcct7-May-07 6:45 
AnswerRe: sort linklist problem Pin
Hans Dietrich7-May-07 7:43
mentorHans Dietrich7-May-07 7:43 
AnswerRe: sort linklist problem Pin
David Crow7-May-07 8:36
David Crow7-May-07 8:36 
QuestionClipping a region and moving it... Pin
Aamol M7-May-07 4:46
Aamol M7-May-07 4:46 
QuestionLinker error Pin
tom groezer7-May-07 4:33
tom groezer7-May-07 4:33 
AnswerRe: Linker error Pin
toxcct7-May-07 4:48
toxcct7-May-07 4:48 
QuestionPost Build step Pin
tom groezer7-May-07 4:27
tom groezer7-May-07 4:27 

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.