JustNow
May 11th, 1999, 09:12 AM
How to Change the CPorpertyPage Text?
I have try SetWindowText() but failure.
Can you help me ?
I have try SetWindowText() but failure.
Can you help me ?
|
Click to See Complete Forum and Search --> : How to Set CPorpertyPage Text ? JustNow May 11th, 1999, 09:12 AM How to Change the CPorpertyPage Text? I have try SetWindowText() but failure. Can you help me ? Valerie Bradley May 11th, 1999, 12:17 PM You should set the name in the dialog resource that is your property page UI. Set the title of the window to whatever text you wish to have displayed in the tab. If you absolutely must change it at run-time, then make sure the name is being changed after the page has been created... otherwise the default name specified in the dialog resource will "overwrite" any changes you made. Hope this helps! Happy coding, ================================================= Valerie L. Bradley Software Engineer Intel Corporation * All opinions expressed are mine and not those of my employer. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |