|
-
May 20th, 1999, 01:31 PM
#1
Change property pages:urgent
I created a project used CPropertySheet and CPropertyPage. When page changing, I need to save previous page's data and transfer it to another application.
I don't know how to work on select changing event with CPropertySheet derived object. CTabctrl object has TCN_SELCHANGE event. We can add the function
corresponding to this event. is there anybody know how to do it with propery pages change?
I appreciate any reply! Thanks a lot!
-
May 20th, 1999, 01:36 PM
#2
Re: Change property pages:urgent
Override the CPropertyPage function OnKillActive which is called when the current page is no longer made active, such as when you have switched to a different page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|