Print Page | Close Window

the dialog can't resize

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=5316
Printed Date: 11 November 2025 at 11:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: the dialog can't resize
Posted By: beginniger
Subject: the dialog can't resize
Date 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!
 



Replies:
Posted By: Oleg
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net