![]() |
the dialog can't resize |
Post Reply
|
| Author | |
beginniger
Newbie
Joined: 18 October 2006 Status: Offline Points: 1 |
Post Options
Thanks(0)
Quote Reply
Topic: the dialog can't resizePosted: 18 October 2006 at 9:12am |
|
1.class CGroupDlg : public CXTResizeDialog
the Dialog class Derived from CXTResizeDialog .
2. OnInitDialog(){
SetResize(IDC_TREETOTAL, SZ_TOP_RIGHT, SZ_TOP_RIGHT);
SetResize(.............);
SetResize(.............);
}
why not the diolog can't resize???
help me!
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 19 October 2006 at 12:52am |
|
Hello,
Add WS_SIZEBOX style for your dialog. (make it resizable in property pages for this dialog)
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
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 |