Embeded Property sheets - detecting page change
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a property sheet embeded inside a form view and I would like to validate the controls on an individual property page before the selected page changes. I have tried to handle this in OnKillActive but this gets called when other controls on the formview are selected. I only whant to validate on a page change. Has anyone got any ideas:confused: Cheers, Will