Click here to Skip to main content
16,011,868 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralClose Pin
27-Feb-01 0:17
suss27-Feb-01 0:17 
GeneralRe: Close Pin
Christian Graus27-Feb-01 0:29
protectorChristian Graus27-Feb-01 0:29 
GeneralOn clicking Pin
26-Feb-01 21:59
suss26-Feb-01 21:59 
GeneralRe: On clicking Pin
l a u r e n27-Feb-01 1:21
l a u r e n27-Feb-01 1:21 
Generalcancel Pin
26-Feb-01 21:54
suss26-Feb-01 21:54 
GeneralRe: cancel Pin
PJ Arends26-Feb-01 22:34
professionalPJ Arends26-Feb-01 22:34 
GeneralI desperately need Pin
26-Feb-01 21:51
suss26-Feb-01 21:51 
GeneralRe: I desperately need Pin
Christian Graus27-Feb-01 0:33
protectorChristian Graus27-Feb-01 0:33 
I always do it in the constructor :

If (Create(pParent, IDD))
ShowWindow(SW_SHOW);

then I make my dialog a pointer, and call new on it when I want my dialog to appear. Depending on the dialog, I either delete and recreate, or use ShowWindow to hide and reshow it.

Christian

The content of this post is not necessarily the opinion of my yadda yadda yadda.

To understand recursion, we must first understand recursion.
GeneralRe: I desperately need Pin
27-Feb-01 1:12
suss27-Feb-01 1:12 
GeneralRe: I desperately need Pin
l a u r e n27-Feb-01 1:08
l a u r e n27-Feb-01 1:08 
GeneralProblems with hooking events!! HELP !! Pin
TomK26-Feb-01 21:16
TomK26-Feb-01 21:16 
QuestionHow to make a deque from scratch in C++ Pin
Theo26-Feb-01 15:53
Theo26-Feb-01 15:53 
AnswerRe: How to make a deque from scratch in C++ Pin
l a u r e n26-Feb-01 21:29
l a u r e n26-Feb-01 21:29 
QuestionHow to resize the DataGrid columns ! Pin
26-Feb-01 12:23
suss26-Feb-01 12:23 
GeneralCPen leaking memory - ARGH !!!! Pin
Christian Graus26-Feb-01 12:13
protectorChristian Graus26-Feb-01 12:13 
GeneralRe: CPen leaking memory - ARGH !!!! Pin
Todd Wilson26-Feb-01 12:59
Todd Wilson26-Feb-01 12:59 
GeneralRe: CPen leaking memory - ARGH !!!! Pin
26-Feb-01 13:07
suss26-Feb-01 13:07 
GeneralRe: CPen leaking memory - ARGH !!!! Pin
Todd Wilson26-Feb-01 13:25
Todd Wilson26-Feb-01 13:25 
GeneralRe: CPen leaking memory - ARGH !!!! Pin
26-Feb-01 13:58
suss26-Feb-01 13:58 
GeneralRe: CPen leaking memory - ARGH !!!! Pin
Erik Funkenbusch26-Feb-01 13:40
Erik Funkenbusch26-Feb-01 13:40 
GeneralCDialog and dll Pin
Mel Stober26-Feb-01 12:10
Mel Stober26-Feb-01 12:10 
GeneralProblem displaying arbitrary Solid Brushs between machines Pin
Michael A Barnhart26-Feb-01 6:27
Michael A Barnhart26-Feb-01 6:27 
GeneralRe: Problem displaying arbitrary Solid Brushs between machines Pin
l a u r e n26-Feb-01 10:29
l a u r e n26-Feb-01 10:29 
GeneralRe: Problem displaying arbitrary Solid Brushs between machines Pin
Michael A Barnhart28-Feb-01 2:09
Michael A Barnhart28-Feb-01 2:09 
GeneralRe: Processes Pin
l a u r e n26-Feb-01 6:08
l a u r e n26-Feb-01 6:08 

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.