Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have a Property Sheet, I add 5 page in to the sheet. I want to change page name at runtime. Please help me. Thanks a lot,
Papais
dungpapai wrote: I want to change page name at runtime.
dungpapai wrote:
I want to change page name at runtime.
Since a CPropertyPage is nothing but a CWnd, you can use its SetWindowText() method to change its caption. /ravi
CPropertyPage
CWnd
SetWindowText()
This is your brain on Celcius Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com
I have used SetWindowText() at OnInitDialog() function of each pages but it does not success.
OnInitDialog()