Print Page | Close Window

Dialog is not resizing

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=3896
Printed Date: 10 November 2025 at 9:51am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Dialog is not resizing
Posted By: Raj.krishnan
Subject: Dialog is not resizing
Date Posted: 28 March 2006 at 6:03am

As my dialog is derived from CXTPDialogBase<CXTResizeDialog> and whenever i moved the cursor around the edges it is not showing the resizing cursor.

Note:       

Since iam using CreateRoundRectRgn function of my dialog to look like curved at the edges .

Is it a problem for resize control. Please help on this issue .

Even my Dialog properties is      Style : Popup     Border : Resizing

 

 




Replies:
Posted By: Raj.krishnan
Date Posted: 04 April 2006 at 6:05am

Hello All,

No one has replied to this post . Please help on this issue to solve this issue My dilaog is derived from the CXTPDialogBase<CXTResizeDialog> it is very important if it is solved my application will look better.

 

 



-------------
Raj
Software Engineer
eGrabber Inc
http://vcfreax.blogspot.com/


Posted By: Oleg
Date Posted: 04 April 2006 at 9:27am

In popertygrid sample add

CXTPWindowRect rcW(this);
CRgn rgn;
rgn.CreateRoundRectRgn(0, 0, rcW.Width(), rcW.Height(), 10, 10);
SetWindowRgn((HRGN)rgn.Detach(), TRUE);

and it works.



-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Raj.krishnan
Date Posted: 05 April 2006 at 1:27am

Hello Oleg,

We are doing the samething in our exe but we are placing toolbar at the top and bottom corner of the dialog is it a problem whether toolbar overides the resizing of dialog.It is not showing the resizing  icon when i place the cursor on the corners



-------------
Raj
Software Engineer
eGrabber Inc
http://vcfreax.blogspot.com/


Posted By: Oleg
Date Posted: 05 April 2006 at 8:12am

Hello,

I don't know what code you have. To help I need sample from you - create new project, copy code regarding this problem and attach it here.



-------------
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