Hi, You should be getting a CPropertyPage::OnKillActive [^]call when you tab to the next page. If this is not working... then the way to debug this would be checking the CWnd::OnNotify[^] handler and make sure your WM_NOTIFY is not consuming the PSN_KILLACTIVE notification code[^]. Best Wishes, -David Delaune