|
-
May 22nd, 1999, 11:38 AM
#5
Re: Wizard (PropertySheet)
Hi,
I have looked into a few ways of doing caption changing, none of which seem to work, so I'm not sure how it's done, sorry. I am sure it must be possible though.
I tried in OnSetActive of the property page:
CPropertySheet *pParent = (CPropertySheet *)GetParent();
pParent->SetTitle(blahdy blah);
and
m_psh.dwFlags |= PSH_USETITLE;
m_psh.pszTitle = blahdy blah;
but all to no avail, so I am stumped.
Sorry,
Simon
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|