need help regarding Activex control property pages
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Problem with Activex control property pages. when any of the properties are changed and next property page is clicked using tabs and oncancel button is clicked of the property sheet the properties are saved. When property page is changed onapply is getting called automatically and DoDataExchange function is gets called and properties gets updated even after oncancel button. Inorder to avoid this wht needs to be done.