Property Pages Modification of the Style.
-
hi all, i have modified the style of the Property Pages to Bottom of the Property Page. I am able to look the Tabs down but when i click the Tabs only the Tabs are visible else they are not showing Properly. code snippet //========================================================================= CPropertySheet dlg(_T("Hellow"), this, 0); one a; two b; three c; dlg.AddPage(&a); dlg.AddPage(&b); dlg.AddPage(&c); dlg.SetActivePage(&b); dlg.ModifyStyle( 0, TCS_BOTTOM ); // to modify the Tabs in Down Side dlg.DoModal(); //========================================================================== i am getting the Tabs Down wards by using ModifyStyle(...) but it clear only when I Click the Tabs. please let me know any solution. thanks and regards, uday. uday kiran