How do you delete the OK/CANCEL/APPLY Buttons in a modal property sheet?
Printable View
How do you delete the OK/CANCEL/APPLY Buttons in a modal property sheet?
Make it modeless!
Actually you can use:
GetDlgItem(IDOK)->ShowWindow(SW_HIDE);
etc for IDCANCEL, ID_APPLY_NOW, and ID_HELP