CPropertyPage / CPropertySheet problem
-
Hi all, I have a set of property pages on a property sheet. I am trying to add a page to the sheet and change the title, but the title does not change. If I do: //AddPage(thepage); //SetActivePage(thepage); SetWindowText("TEST"); CString strTest; GetWindowText(strTest); Then strTest is changed to "TEST" correctly, but the text does not show up on the control. Am i missing something? Thanks and Regards, Simon
-
Hi all, I have a set of property pages on a property sheet. I am trying to add a page to the sheet and change the title, but the title does not change. If I do: //AddPage(thepage); //SetActivePage(thepage); SetWindowText("TEST"); CString strTest; GetWindowText(strTest); Then strTest is changed to "TEST" correctly, but the text does not show up on the control. Am i missing something? Thanks and Regards, Simon
See if MSDN article Q141487 helps. There's also the
CPropertyPage
protected member,m_strCaption
.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
See if MSDN article Q141487 helps. There's also the
CPropertyPage
protected member,m_strCaption
.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
SJolly wrote: ...and I am now sorted I was not aware this was a sorting-related problem.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
SJolly wrote: ...and I am now sorted I was not aware this was a sorting-related problem.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen