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

C / C++ / MFC

 
GeneralRe: display bitmap on a control botton. Pin
Ivan Cachicatari22-Oct-04 3:44
Ivan Cachicatari22-Oct-04 3:44 
Questionhow to use wave file in vc++ Pin
vc-programmer-21-Oct-04 21:28
vc-programmer-21-Oct-04 21:28 
AnswerRe: how to use wave file in vc++ Pin
Blake Miller22-Oct-04 4:16
Blake Miller22-Oct-04 4:16 
AnswerRe: how to use wave file in vc++ Pin
David Crow22-Oct-04 4:33
David Crow22-Oct-04 4:33 
QuestionOpen dialog? Pin
Larsson21-Oct-04 20:40
Larsson21-Oct-04 20:40 
AnswerRe: Open dialog? Pin
C_M_21-Oct-04 21:17
C_M_21-Oct-04 21:17 
GeneralRe: Open dialog? Pin
Larsson21-Oct-04 21:19
Larsson21-Oct-04 21:19 
GeneralRe: Open dialog? Pin
benjymous21-Oct-04 23:07
benjymous21-Oct-04 23:07 
If the window is going to be opened and closed lots of times, then it'd make sense to not close the window at all, but just hide it away

i.e.
m_modless.ShowWindow(SW_HIDE); to hide it, then m_modless.ShowWindow(SW_SHOW); to make it re-appear

(remember not to try and re-create the window when you re-show it, you only need to do that the first time you use the window)


--
Help me! I'm turning into a grapefruit!
Phoenix Paint - back from DPaint's ashes!

GeneralRe: Open dialog? Pin
Larsson21-Oct-04 23:35
Larsson21-Oct-04 23:35 
GeneralRe: Open dialog? Pin
Larsson23-Oct-04 6:53
Larsson23-Oct-04 6:53 
GeneralRe: Open dialog? Pin
benjymous23-Oct-04 20:17
benjymous23-Oct-04 20:17 
AnswerRe: Open dialog? Pin
BlackDice22-Oct-04 3:19
BlackDice22-Oct-04 3:19 
GeneralRe: Open dialog? Pin
Larsson23-Oct-04 6:54
Larsson23-Oct-04 6:54 
AnswerRe: Open dialog? Pin
David Crow22-Oct-04 4:40
David Crow22-Oct-04 4:40 
GeneralRe: Open dialog? Pin
Larsson23-Oct-04 6:54
Larsson23-Oct-04 6:54 
GeneralRe: Open dialog? Pin
David Crow25-Oct-04 2:50
David Crow25-Oct-04 2:50 
Questionclose dialog? Pin
Larsson21-Oct-04 20:39
Larsson21-Oct-04 20:39 
AnswerRe: close dialog? Pin
V.21-Oct-04 21:01
professionalV.21-Oct-04 21:01 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:05
Larsson21-Oct-04 21:05 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:07
Larsson21-Oct-04 21:07 
GeneralRe: close dialog? Pin
V.21-Oct-04 21:27
professionalV.21-Oct-04 21:27 
GeneralRe: close dialog? Pin
Larsson21-Oct-04 21:31
Larsson21-Oct-04 21:31 
GeneralC++ question. Pin
WREY21-Oct-04 20:16
WREY21-Oct-04 20:16 
GeneralRe: C++ question. Pin
Yulianto.21-Oct-04 22:04
Yulianto.21-Oct-04 22:04 
GeneralRe: C++ question. Pin
V.21-Oct-04 23:27
professionalV.21-Oct-04 23: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.