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