Click here to Skip to main content
15,920,653 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSMTP Transport Event Sink - Email Forking Pin
Member 117930333-Oct-02 3:15
Member 117930333-Oct-02 3:15 
GeneralRe: SMTP Transport Event Sink - Email Forking Pin
Mike Nordell3-Oct-02 7:28
Mike Nordell3-Oct-02 7:28 
QuestionHow to pass in an LPTSTR to SetItemText of listctrl Pin
ns3-Oct-02 3:02
ns3-Oct-02 3:02 
AnswerRe: How to pass in an LPTSTR to SetItemText of listctrl Pin
Stephane Rodriguez.3-Oct-02 3:17
Stephane Rodriguez.3-Oct-02 3:17 
AnswerRe: How to pass in an LPTSTR to SetItemText of listctrl Pin
ns3-Oct-02 3:35
ns3-Oct-02 3:35 
AnswerRe: How to pass in an LPTSTR to SetItemText of listctrl Pin
Tomasz Sowinski3-Oct-02 4:41
Tomasz Sowinski3-Oct-02 4:41 
GeneralRe: How to pass in an LPTSTR to SetItemText of listctrl Pin
ns3-Oct-02 4:54
ns3-Oct-02 4:54 
GeneralWindows Hooks/Spyware Pin
Mauricio Ritter3-Oct-02 1:39
Mauricio Ritter3-Oct-02 1:39 
GeneralRe: Windows Hooks/Spyware Pin
Daniel Turini3-Oct-02 2:13
Daniel Turini3-Oct-02 2:13 
GeneralRe: Windows Hooks/Spyware Pin
Stephane Rodriguez.3-Oct-02 2:13
Stephane Rodriguez.3-Oct-02 2:13 
GeneralSpy messages Pin
zego003-Oct-02 1:42
zego003-Oct-02 1:42 
GeneralRe: Spy messages Pin
jmkhael3-Oct-02 2:57
jmkhael3-Oct-02 2:57 
Generalfindfirst Pin
jerry0davis3-Oct-02 1:29
jerry0davis3-Oct-02 1:29 
GeneralRe: findfirst Pin
Mike Nordell3-Oct-02 2:16
Mike Nordell3-Oct-02 2:16 
GeneralRe: findfirst Pin
jerry0davis3-Oct-02 3:23
jerry0davis3-Oct-02 3:23 
GeneralDialog Box after Dialog Box Pin
Chun Te, Ewe3-Oct-02 1:07
Chun Te, Ewe3-Oct-02 1:07 
GeneralRe: Dialog Box after Dialog Box Pin
benjymous3-Oct-02 1:26
benjymous3-Oct-02 1:26 
GeneralRe: Dialog Box after Dialog Box Pin
Mariusz Popiolek3-Oct-02 1:28
sussMariusz Popiolek3-Oct-02 1:28 
GeneralRe: Dialog Box after Dialog Box Pin
Debs3-Oct-02 2:15
Debs3-Oct-02 2:15 
I've just done a similar thing myself. It's easy enough to switch between a normal Property Sheet/Page implementation to a wizard look-and-feel by use of the CPropertySheet.SetWizardMode call before the sheet is invoked, as described in the previous post.

A few things that tripped me up when I was first doing it:

1) the title in a wizard is actually driven from the tab text you would normally see for the property page being displayed, NOT from the property sheet title.

2) The buttons displayed/enabled/disabled need setting from the PropertySheet, not the Page, so although the page is the one that needs to initiate the button display, it is actually the sheet that needs to do it.

3) If you go for the wiz98 type styles (nice bitmap backgrounds) then they change format between mfc6+7!


Debbie

GeneralRe: Dialog Box after Dialog Box Pin
Debs3-Oct-02 2:33
Debs3-Oct-02 2:33 
GeneralFile Decryption in VC++ by using DES Pin
hardmale_243-Oct-02 0:34
susshardmale_243-Oct-02 0:34 
GeneralPrinting Pin
candan3-Oct-02 0:00
professionalcandan3-Oct-02 0:00 
GeneralRe: Printing Pin
Stephane Rodriguez.3-Oct-02 0:19
Stephane Rodriguez.3-Oct-02 0:19 
GeneralMFC and ATL wizard order Pin
Debs2-Oct-02 23:03
Debs2-Oct-02 23:03 
GeneralRe: MFC and ATL wizard order Pin
Stephane Rodriguez.2-Oct-02 23:25
Stephane Rodriguez.2-Oct-02 23:25 

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.