Hi all,
Can someone please post / email me an example of a CPropertySheet tabbed dialog application that transfers data (bi-directional) between each page and an external class (could be the sheet)?
Reason is I'm completely stuck on a data transfer issues with my app... been bashing my head...
Hi,
I was wondering how to update a tab's controls from the respective member variables when the tab is not active?
My application is a CPropertySheet/Page based app. UpdateData(FALSE) throws assertion errors unless the page (tab) you are updating is the active one (has focus).
Thanks to...
I have a PropertySheet based application and am trying to update the data members & controls on the respective PropertyPages, from within the PropertySheet, in response to a button push.
Currently, I am using this code:
int originalPage = GetActiveIndex();
SetActivePage(PAGENO_SYSCONF)...
I have an dialog based application that requires a date to be loaded and a COleDateTime control updated.
I am currently using this call to try to update the date:
m_date.SetDate(tempYear, tempMonth, tempDay);
It throws a Debug Assertion Failed error when doing the update, ie...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.