![]() |
ReportControl Dialog Border |
Post Reply
|
| Author | |
LarryWaugh
Newbie
Joined: 25 May 2004 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Topic: ReportControl Dialog BorderPosted: 07 February 2006 at 4:29pm |
|
How do I get a border around a report control when the report control is on a dialog. Using ModifyStyle(0, WS_BORDER) doesn't seem to do the trick.
Using the tree view dialog in the report sample I am unable to get a border around the control. Thanks in advance. Larry |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 February 2006 at 12:16am |
|
You can open resource editor and set style = 0x50810000. |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
LarryWaugh
Newbie
Joined: 25 May 2004 Status: Offline Points: 9 |
Post Options
Thanks(0)
Quote Reply
Posted: 08 February 2006 at 10:09am |
|
Thank you Oleg. Timely and correct as always.
|
|
![]() |
|
ingo
Newbie
Joined: 10 March 2006 Location: Germany Status: Offline Points: 7 |
Post Options
Thanks(0)
Quote Reply
Posted: 10 March 2006 at 5:52am |
|
Setting WS_BORDER gives a 3D border. Is it possible to have the same border as the list control in Windows XP (thin blue frame)?
Thanks, Ingo. |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 March 2006 at 2:14pm |
|
Try to use WS_EX_STATICEDGE style, or in resource editor: ExStyle = 0x00020000
-- WBR, Serge |
|
![]() |
|
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 |