![]() |
What's happend with MDI and Ribbonbar? |
Post Reply ![]() |
Author | |
vie87vn ![]() Newbie ![]() ![]() Joined: 15 January 2009 Location: Vietnam Status: Offline Points: 6 |
![]() ![]() ![]() ![]() ![]() Posted: 09 March 2009 at 11:02pm |
I'm using ver 12.1.1 and C#. But, when I change style form MID = Flase to True. It's result:
This is MDI = True; ![]() And this is MDI = False; ![]() The sample on Install Dir is OK, but I tried, not successful :( Watz' problem? How to fix? Thankx a lot! |
|
![]() |
|
Oleg ![]() Admin Group ![]() Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
![]() ![]() ![]() ![]() ![]() |
Hi, add these lines
foreach (Control ctrl in this.Controls)
{ if (ctrl is MdiClient) { CommandBars.SetMDIClient(ctrl.Handle.ToInt32()); } } |
|
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 |