}
// Hide the back button
- pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);\r
- if ( pWnd != NULL )\r
- {\r
- pWnd->ShowWindow(SW_HIDE);\r
+ pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);
+ if ( pWnd != NULL )
+ {
+ pWnd->ShowWindow(SW_HIDE);
}
exit:
psheet->SetLastPage(this);
// Show the back button
- pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);\r
- if ( pWnd != NULL )\r
- {\r
- pWnd->ShowWindow(SW_SHOW);\r
+ pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);
+ if ( pWnd != NULL )
+ {
+ pWnd->ShowWindow(SW_SHOW);
}
exit: