pr_101
July 1st, 1999, 05:35 PM
I have a program that uses CProperty Pages for Tab control. Here is my initialization code:
CTrinary *pMyPropSheet;
CAlpha *pMyPage2;
CCode *pMyPage3;
pMyPropSheet = new CTrinary("Trinary");
pMyPage2 = new CAlpha;
pMyPage3 = new CCode;
pMyPropSheet->AddPage(pMyPage2);
pMyPropSheet->AddPage(pMyPage3);
pMyPropSheet->DoModal();
I want to get rid of the four buttons at the bottom, the OK, Cancel, Apply, and Help. But I have no clue how to do this. Please give me step by step instructions because I am not very experienced. Thanks.
Take a look at a pic of my program to see what I mean please. I am also trying to add a minimize button to the top bar and trying to get the default button (it's the convert to code button in the pic) to work. Please help me with any of these.
http://www.geocities.com/SiliconValley/Screen/7036/helpme.jpg
CTrinary *pMyPropSheet;
CAlpha *pMyPage2;
CCode *pMyPage3;
pMyPropSheet = new CTrinary("Trinary");
pMyPage2 = new CAlpha;
pMyPage3 = new CCode;
pMyPropSheet->AddPage(pMyPage2);
pMyPropSheet->AddPage(pMyPage3);
pMyPropSheet->DoModal();
I want to get rid of the four buttons at the bottom, the OK, Cancel, Apply, and Help. But I have no clue how to do this. Please give me step by step instructions because I am not very experienced. Thanks.
Take a look at a pic of my program to see what I mean please. I am also trying to add a minimize button to the top bar and trying to get the default button (it's the convert to code button in the pic) to work. Please help me with any of these.
http://www.geocities.com/SiliconValley/Screen/7036/helpme.jpg