CPropertySheet Minimize button
-
Hi, I have an dialog based app that has an initialisation dialog and a main dialog (property sheet). I have to switch between these dialogs and keep the non active one hidden. My problem is how do I put a minimize button on a Property Sheet dialog? Thanks ---
-
Hi, I have an dialog based app that has an initialisation dialog and a main dialog (property sheet). I have to switch between these dialogs and keep the non active one hidden. My problem is how do I put a minimize button on a Property Sheet dialog? Thanks ---
aaah.....create a new class derived from the CPropertySheet,..... then,override the virtual function OnInitDialog() OR the PreCreateWindow() function and add te following code......
ModifyStyle(0,WS_MINIMIZEBOX);
thatz it!!!! cheerz.....:-D "faith, hope, love remain, these three.....; but the greatest of these is love" -1 Corinthians 13:13