S
Stephen
Hi,
I have created a NON-MODULE CPropertySheet in a form. And I have added
several CPropertyPage to the sheet.
There's a runtime error where I call SetWindowText of CProertyPage which is
not the first one. I was told that the page is not a window (hWnd = NULL).
Only the first page can use SetWindowText.
How can I change the tab name of the pages at rumtime? BTW, I can set the
captions of the pages in design time.
And I was failed to get the tab pointer by calling GetTabCtrl.
Thanks.
I have created a NON-MODULE CPropertySheet in a form. And I have added
several CPropertyPage to the sheet.
There's a runtime error where I call SetWindowText of CProertyPage which is
not the first one. I was told that the page is not a window (hWnd = NULL).
Only the first page can use SetWindowText.
How can I change the tab name of the pages at rumtime? BTW, I can set the
captions of the pages in design time.
And I was failed to get the tab pointer by calling GetTabCtrl.
Thanks.