Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: why we can't overload .,->, :: operators? Pin
sam_psycho13-Jul-09 10:09
sam_psycho13-Jul-09 10:09 
QuestionVC++ -- Minimize all windows within MDI Pin
blueflame21313-Jul-09 8:38
blueflame21313-Jul-09 8:38 
AnswerRe: VC++ -- Minimize all windows within MDI Pin
David Crow13-Jul-09 9:08
David Crow13-Jul-09 9:08 
GeneralRe: VC++ -- Minimize all windows within MDI Pin
blueflame21313-Jul-09 9:30
blueflame21313-Jul-09 9:30 
QuestionRe: VC++ -- Minimize all windows within MDI Pin
David Crow13-Jul-09 9:33
David Crow13-Jul-09 9:33 
AnswerRe: VC++ -- Minimize all windows within MDI Pin
blueflame21313-Jul-09 9:42
blueflame21313-Jul-09 9:42 
GeneralRe: VC++ -- Minimize all windows within MDI Pin
David Crow13-Jul-09 9:52
David Crow13-Jul-09 9:52 
GeneralRe: VC++ -- Minimize all windows within MDI Pin
blueflame21313-Jul-09 10:36
blueflame21313-Jul-09 10:36 
Found a solution with using

ShowWindow(SW_HIDE) first and then ShowWindow(SW_MINIMIZE),
This way XP doesn't show it's "minimizing animation" while minimizing, and it speeds everything up significantly!

Thanks for all of your help!!
GeneralRe: VC++ -- Minimize all windows within MDI Pin
David Crow13-Jul-09 10:40
David Crow13-Jul-09 10:40 
Questionneed help on Bmp to jpeg conversion Pin
umangv213-Jul-09 7:31
umangv213-Jul-09 7:31 
AnswerRe: need help on Bmp to jpeg conversion Pin
Rozis13-Jul-09 13:58
Rozis13-Jul-09 13:58 
AnswerRe: need help on Bmp to jpeg conversion Pin
kilt15-Jul-09 5:40
kilt15-Jul-09 5:40 
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 
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 

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.