Removing border around pages in a CPropertySheet-based wizard
-
Hi all, I'm having difficulty making my wizard (based on CPropertySheet and CPropertyPage) look like the examples in Microsoft's guidelines (the Windows User Experience). According to the book, the wizard graphic at the left should extend to the top and left edges of the wizard and also down to the horizontal line that separates the page from the Back & Next buttons. However, when using MFC's support for wizards via CPropertySheet, there is always a 7DLU border added automatically around my pages, meaning that the graphic ends up 'floating' inside the wizard window, well away from its edges. Does anyone know how I can change the automatic sizing of the wizard and positioning of its pages? I still want to use CPropertySheet, mind. Cheers, Mal.