The following is program code:
HWND G_HWNDPROPERTYPAGE
=
DOPROPERTYPAGE (G_HINST);
//
See MS-Help:
//
Ms.msdnqtr.2002jan.msdnqtr.2002jan.1033 / shellcc / platform / commctls / propsheet / propsheet.htm, create a propertySheet
ShowWindow (G_hwndPropertyPage,
0x3021
), Sw_hide);
//
Make the determination button is not visible,
TabCtrl_SETMINTABWIDTH (GETDLGITEM (G_hWndPropertyPage,
0x3020
),
5
);
//
Reduce the width of the tab. These IDs are obtained by Spy
In fact, PropertySheet is a window that integrates Tab Control, some buttons, some messages. It is not fully controlled by the official news. I have built such a concept, that is, Windows does have a lot of WINDOW, look at this PropertySheet knows