Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAfxLockGlobals no more exits in MFC 8 Pin
Saurabh_Gupta21-Jul-05 6:40
Saurabh_Gupta21-Jul-05 6:40 
GeneralParsing a string using std::string Pin
LCI21-Jul-05 5:52
LCI21-Jul-05 5:52 
GeneralRe: Parsing a string using std::string Pin
David Crow21-Jul-05 7:11
David Crow21-Jul-05 7:11 
GeneralRe: Parsing a string using std::string Pin
John R. Shaw21-Jul-05 7:44
John R. Shaw21-Jul-05 7:44 
GeneralRe: Parsing a string using std::string Pin
LCI21-Jul-05 8:31
LCI21-Jul-05 8:31 
GeneralRe: Parsing a string using std::string Pin
John R. Shaw21-Jul-05 9:04
John R. Shaw21-Jul-05 9:04 
GeneralPropertySheet Wizard Question Pin
picazo21-Jul-05 5:01
picazo21-Jul-05 5:01 
GeneralRe: PropertySheet Wizard Question Pin
Graham Bradshaw21-Jul-05 6:56
Graham Bradshaw21-Jul-05 6:56 
picazo wrote:
However, CWizardSheet has a variable, info, which I would like each of the pages to be able to access.

In the CPropertyPage-derived class, call GetParent(), and cast the result to a pointer to your CPropertySheet derived class.

picazo wrote:
My question is: Is there a method in CPropertySheet that I can override to catch the event when the wizard changes the top page

No, but you can handle OnSetActive in the CPropertyPage-derived class.
GeneralRe: PropertySheet Wizard Question Pin
Anonymous21-Jul-05 8:14
Anonymous21-Jul-05 8:14 
GeneralCDialogBar Help Pin
Budric B.21-Jul-05 4:55
Budric B.21-Jul-05 4:55 
GeneralAlso.. Pin
Budric B.21-Jul-05 5:06
Budric B.21-Jul-05 5:06 
GeneralVC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 4:46
Freddie Code21-Jul-05 4:46 
GeneralRe: VC++ .NET saveFileDialog Pin
Anonymous21-Jul-05 4:55
Anonymous21-Jul-05 4:55 
GeneralRe: VC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 7:13
Freddie Code21-Jul-05 7:13 
GeneralRe: VC++ .NET saveFileDialog Pin
Freddie Code21-Jul-05 14:13
Freddie Code21-Jul-05 14:13 
General'/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification questions Pin
Anonymous21-Jul-05 4:15
Anonymous21-Jul-05 4:15 
GeneralRe: '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification questions Pin
peterchen21-Jul-05 8:55
peterchen21-Jul-05 8:55 
GeneralXML parse to get a single node Pin
LCI21-Jul-05 3:44
LCI21-Jul-05 3:44 
GeneralRe: XML parse to get a single node Pin
Alex_Y21-Jul-05 10:43
Alex_Y21-Jul-05 10:43 
GeneralRe: XML parse to get a single node Pin
LCI21-Jul-05 10:53
LCI21-Jul-05 10:53 
GeneralRe: XML parse to get a single node Pin
Alex_Y22-Jul-05 4:51
Alex_Y22-Jul-05 4:51 
Generalproblem with /clr switch Pin
DaveHuber21-Jul-05 3:31
DaveHuber21-Jul-05 3:31 
GeneralAdding in hex Pin
Halawlaws21-Jul-05 3:19
Halawlaws21-Jul-05 3:19 
GeneralRe: Adding in hex Pin
Andrew Kirillov21-Jul-05 3:23
Andrew Kirillov21-Jul-05 3:23 
GeneralRe: Adding in hex Pin
Marc Soleda21-Jul-05 3:29
Marc Soleda21-Jul-05 3:29 

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.