
Dynamically change a COlePropertyPage title
Does anyone know how to change the tab name on a COlePropertyPage? I want to
be able to change the name of the tab in OnInitDialog(). I have tried
SetPageName() but that simply sets a CString member variable. I have also
tried SetWindowText() but that doesn't work either.
Any help would be much appreciated.