Click here to Skip to main content
15,888,202 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWMI Blues Pin
newbee7824-Feb-05 4:39
newbee7824-Feb-05 4:39 
GeneralVcWizCtl Pin
mikeh24-Feb-05 2:54
mikeh24-Feb-05 2:54 
GeneralPackaging & Deploying C++ Application Pin
clav24-Feb-05 2:38
clav24-Feb-05 2:38 
GeneralRe: Packaging & Deploying C++ Application Pin
Ravi Bhavnani24-Feb-05 3:05
professionalRavi Bhavnani24-Feb-05 3:05 
GeneralRe: Packaging & Deploying C++ Application Pin
clav24-Feb-05 3:55
clav24-Feb-05 3:55 
GeneralRe: Packaging & Deploying C++ Application Pin
Ravi Bhavnani24-Feb-05 5:20
professionalRavi Bhavnani24-Feb-05 5:20 
GeneralRe: Packaging & Deploying C++ Application Pin
r3dqu33n24-Feb-05 7:57
r3dqu33n24-Feb-05 7:57 
GeneralChanging HeaderTitle/HeaderSubTitle in Wizard97 Pin
User 2237024-Feb-05 1:36
User 2237024-Feb-05 1:36 
Hi,

Does anyone know a way of dynamically changing the header title and sub title in a 97 style wizard? These are the 2 lines of text shown in the white section at the top of each page and are normally set during construction of each CPropertyPage like so:
<br />
    m_psp.dwFlags |= PSP_DEFAULT|PSP_USEHEADERSUBTITLE|PSP_USEHEADERTITLE;<br />
    m_psp.pszHeaderTitle = _T("Earlier Projects.");					<br />
    m_psp.pszHeaderSubTitle = _T("Choose a project from the list and click next to ....");	<br />

Specifically I would like to change the HeaderSubTitle at the point the page is being activated since the action that will happen next depends on an earlier selection that the user made.

Cheers,

Jason.

Melbourne. Australia.

modified 10-Jul-19 21:02pm.

GeneralRe: Changing HeaderTitle/HeaderSubTitle in Wizard97 Pin
Blake Miller24-Feb-05 6:01
Blake Miller24-Feb-05 6:01 
GeneralRe: Changing HeaderTitle/HeaderSubTitle in Wizard97 Pin
ThatsAlok24-Feb-05 17:16
ThatsAlok24-Feb-05 17:16 
GeneralSet view regions for controls Pin
Rahim Rattani24-Feb-05 1:06
Rahim Rattani24-Feb-05 1:06 
QuestionCOlePropertyPage or Dialog Box? Pin
Anand for every one24-Feb-05 0:47
Anand for every one24-Feb-05 0:47 
GeneralProxy information Pin
Geert van Horrik23-Feb-05 23:29
Geert van Horrik23-Feb-05 23:29 
GeneralActive Document Pin
Pauwl23-Feb-05 21:23
Pauwl23-Feb-05 21:23 
QuestionHow to retrieve table name and field name from SQL server database Pin
reenacutie23-Feb-05 19:18
reenacutie23-Feb-05 19:18 
AnswerRe: How to retrieve table name and field name from SQL server database Pin
David Crow24-Feb-05 3:38
David Crow24-Feb-05 3:38 
AnswerRe: How to retrieve table name and field name from SQL server database Pin
RChin24-Feb-05 5:04
RChin24-Feb-05 5:04 
Questionhow to read macro code from doc file? Pin
boyboy23-Feb-05 19:17
boyboy23-Feb-05 19:17 
AnswerRe: how to read macro code from doc file? Pin
Member 175743823-Feb-05 23:47
Member 175743823-Feb-05 23:47 
GeneralRe: how to read macro code from doc file? Pin
4apai24-Feb-05 0:21
4apai24-Feb-05 0:21 
AnswerRe: how to read macro code from doc file? Pin
David Crow24-Feb-05 3:45
David Crow24-Feb-05 3:45 
Questionhow to show &quot;OpenWith dislog box&quot; Pin
tanvon malik23-Feb-05 18:35
tanvon malik23-Feb-05 18:35 
AnswerRe: how to show &quot;OpenWith dislog box&quot; Pin
Sheng Jiang 蒋晟23-Feb-05 19:15
Sheng Jiang 蒋晟23-Feb-05 19:15 
Generaloverloading across scopes Pin
vikramlinux23-Feb-05 17:58
vikramlinux23-Feb-05 17:58 
GeneralRe: overloading across scopes Pin
4apai24-Feb-05 0:19
4apai24-Feb-05 0:19 

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.