![]() |
Ugly gripper in modeless CXTPPropertySheet |
Post Reply
|
| Author | |
emen
Newbie
Joined: 26 May 2011 Location: Sweden Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Ugly gripper in modeless CXTPPropertySheetPosted: 26 May 2011 at 5:29am |
|
The resize gripper in a modeless CXTPPropertySheet paints over the property page, anyone know how to fix this?
Code for this:class CSamplePropertySheet : public CXTPPropertySheet { public: CSamplePropertySheet() : CXTPPropertySheet(_T("CXTPPropertyPageTreeNavigator Sample")) { AddPage(&pageProperties); AddPage(&pageSample2); SetResizable(); } CTabTreePage pageProperties; CTabSamplePage pageSample2; }; CSamplePropertySheet* ps = new CSamplePropertySheet(); |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2011 at 3:24am |
|
Hello,
Thanks, checking how to move it to bottom. You can remove this gripper if add to CSamplePropertySheet BOOL CreateClient() { if (!CXTPPropertySheet::CreateClient()) return FALSE; m_scSizeIcon.DestroyWindow(); return TRUE; } |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
emen
Newbie
Joined: 26 May 2011 Location: Sweden Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2011 at 3:47am |
|
That's it!
Thank you very much!
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |