Click here to Skip to main content
15,919,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MSFlexGrid Pin
Carlos Antollini5-Feb-02 7:58
Carlos Antollini5-Feb-02 7:58 
GeneralLots of controls in a dialog Pin
bob coppock5-Feb-02 7:40
bob coppock5-Feb-02 7:40 
GeneralRe: Lots of controls in a dialog Pin
Jon Sagara5-Feb-02 7:44
Jon Sagara5-Feb-02 7:44 
GeneralRe: Lots of controls in a dialog Pin
bob coppock5-Feb-02 7:57
bob coppock5-Feb-02 7:57 
GeneralRe: Lots of controls in a dialog Pin
Ernest Laurentin5-Feb-02 8:33
Ernest Laurentin5-Feb-02 8:33 
GeneralRe: Lots of controls in a dialog Pin
Michael Dunn5-Feb-02 8:11
sitebuilderMichael Dunn5-Feb-02 8:11 
GeneralRe: Lots of controls in a dialog Pin
Ravi Bhavnani5-Feb-02 8:53
professionalRavi Bhavnani5-Feb-02 8:53 
GeneralQuestion about Wizards Pin
RK_20005-Feb-02 6:21
RK_20005-Feb-02 6:21 
I was looking at the article by Robert Pittenger "Windows 2000 Style Wizards" and was trying to give it a try. The article is located at:

http://www.codeproject.com/dialog/wizard2000.asp


I wanted to bypass his initial dialog and force things to start with the Wizard right from the beginning. So, in the "Wiz.cpp" file, I just made the following modification:

CMasterDlg dlg; //used to be CWizDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();

I also moved the code that was in the OnInitDialog of CWizDlg to the OnInitDialog of CMasterDlg.

however, I have a couple of problems.

One is that eventhough the pages do seem to be created, they do not show up and the second one, which probably stems from the first one and the fact that the pages are not somehow probably attached, is that I get errors when I try to cancel or click any of the keys.

Could you help me out on this one and tell me what I am doing wrong?

thanks
GeneralWin32 or MFC Pin
redneckCoder5-Feb-02 6:12
redneckCoder5-Feb-02 6:12 
GeneralRe: Win32 or MFC Pin
Jon Sagara5-Feb-02 6:30
Jon Sagara5-Feb-02 6:30 
GeneralRe: Win32 or MFC Pin
Ravi Bhavnani5-Feb-02 6:55
professionalRavi Bhavnani5-Feb-02 6:55 
GeneralRe: Win32 or MFC Pin
redneckCoder5-Feb-02 7:33
redneckCoder5-Feb-02 7:33 
GeneralRe: Win32 or MFC Pin
alex.barylski5-Feb-02 14:16
alex.barylski5-Feb-02 14:16 
GeneralCToolBar default position and destruction Pin
5-Feb-02 5:46
suss5-Feb-02 5:46 
GeneralAnother String Question Pin
Tom Wright5-Feb-02 4:33
Tom Wright5-Feb-02 4:33 
GeneralRe: Another String Question Pin
Jon Hulatt5-Feb-02 4:52
Jon Hulatt5-Feb-02 4:52 
GeneralRe: Another String Question Pin
Jamie Hale5-Feb-02 6:00
Jamie Hale5-Feb-02 6:00 
GeneralRe: Another String Question Pin
Nemanja Trifunovic5-Feb-02 6:14
Nemanja Trifunovic5-Feb-02 6:14 
GeneralRe: Another String Question Pin
Joaquín M López Muñoz5-Feb-02 6:25
Joaquín M López Muñoz5-Feb-02 6:25 
GeneralRe: Another String Question Pin
Nemanja Trifunovic5-Feb-02 6:39
Nemanja Trifunovic5-Feb-02 6:39 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:35
Tim Smith5-Feb-02 15:35 
GeneralRe: Another String Question Pin
Nemanja Trifunovic6-Feb-02 6:11
Nemanja Trifunovic6-Feb-02 6:11 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:36
Tim Smith5-Feb-02 15:36 
GeneralRe: Another String Question Pin
Jamie Hale5-Feb-02 14:41
Jamie Hale5-Feb-02 14:41 
GeneralRe: Another String Question Pin
Tim Smith5-Feb-02 15:39
Tim Smith5-Feb-02 15:39 

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.