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

C / C++ / MFC

 
QuestionMoveWindow() causing crash on closing maximized child window with listbox Pin
Sharath C V13-Jul-09 6:47
professionalSharath C V13-Jul-09 6:47 
QuestionRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
«_Superman_»13-Jul-09 17:19
professional«_Superman_»13-Jul-09 17:19 
AnswerRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
Sharath C V13-Jul-09 18:10
professionalSharath C V13-Jul-09 18:10 
GeneralRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
«_Superman_»13-Jul-09 18:13
professional«_Superman_»13-Jul-09 18:13 
QuestionRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
Sharath C V13-Jul-09 18:22
professionalSharath C V13-Jul-09 18:22 
AnswerRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
«_Superman_»13-Jul-09 18:31
professional«_Superman_»13-Jul-09 18:31 
GeneralRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
Sharath C V13-Jul-09 18:44
professionalSharath C V13-Jul-09 18:44 
AnswerRe: MoveWindow() causing crash on closing maximized child window with listbox Pin
Sharath C V13-Jul-09 20:24
professionalSharath C V13-Jul-09 20:24 
Thanks for your time and help superman.

Tried IsZoomed(hWnd) to do some conditional operation when closing in maximized state, but that also did not help.

Problem was that an allocated object was being deleted in WM_CLOSE. When this was moved to WM_DESTROY the crash is solved. Still not sure why this was causing the crash only when in maximized state!! Confused | :confused: Will look into this at a later time.
QuestionImprove the program Pin
CSawant13-Jul-09 5:53
CSawant13-Jul-09 5:53 
QuestionRe: Improve the program Pin
David Crow13-Jul-09 6:15
David Crow13-Jul-09 6:15 
AnswerI will not do what you ask. Pin
Maximilien13-Jul-09 6:19
Maximilien13-Jul-09 6:19 
QuestionOpenGL window creation within a DLL - Possible threading problem Pin
Dustin Henry13-Jul-09 4:44
Dustin Henry13-Jul-09 4:44 
QuestionHow to create and maintain HTML file? Pin
fujoey13-Jul-09 4:35
fujoey13-Jul-09 4:35 
AnswerRe: How to create and maintain HTML file? Pin
khb13-Jul-09 4:44
khb13-Jul-09 4:44 
QuestionBest way to convert text to a picture Pin
1scouser13-Jul-09 4:19
1scouser13-Jul-09 4:19 
AnswerRe: Best way to convert text to a picture Pin
Maximilien13-Jul-09 4:27
Maximilien13-Jul-09 4:27 
GeneralRe: Best way to convert text to a picture Pin
1scouser13-Jul-09 4:36
1scouser13-Jul-09 4:36 
GeneralRe: Best way to convert text to a picture Pin
Cedric Moonen13-Jul-09 4:48
Cedric Moonen13-Jul-09 4:48 
GeneralRe: Best way to convert text to a picture Pin
1scouser13-Jul-09 5:15
1scouser13-Jul-09 5:15 
GeneralRe: Best way to convert text to a picture Pin
Caslen13-Jul-09 6:22
Caslen13-Jul-09 6:22 
GeneralRe: Best way to convert text to a picture Pin
Rozis13-Jul-09 11:17
Rozis13-Jul-09 11:17 
QuestionChar * delete assertion failed Pin
Ash_VCPP13-Jul-09 3:52
Ash_VCPP13-Jul-09 3:52 
AnswerRe: Char * delete assertion failed Pin
«_Superman_»13-Jul-09 3:58
professional«_Superman_»13-Jul-09 3:58 
GeneralRe: Char * delete assertion failed Pin
Ash_VCPP13-Jul-09 4:04
Ash_VCPP13-Jul-09 4:04 
GeneralRe: Char * delete assertion failed Pin
«_Superman_»13-Jul-09 4:07
professional«_Superman_»13-Jul-09 4:07 

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.