MFC: CMFCPropertysheet CMFCPropertypage
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, Is there an easy way to save the current CMFCpropertyPage number when closing a CMFCPropertySheet so that it can be reopened on that page. It seems that this is not implemented by default.
-
Hi all, Is there an easy way to save the current CMFCpropertyPage number when closing a CMFCPropertySheet so that it can be reopened on that page. It seems that this is not implemented by default.
Just save the active page index in registry before closing. Then read it from registry before activating and set the active page.