Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - the dialog can't resize
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

the dialog can't resize

 Post Reply Post Reply
Author
Message
beginniger View Drop Down
Newbie
Newbie


Joined: 18 October 2006
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote beginniger Quote  Post ReplyReply Direct Link To This Post Topic: the dialog can't resize
    Posted: 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!
 
Back to Top
Oleg View Drop Down
Senior Member
Senior Member


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.059 seconds.