![]() |
Can DockingPane works with CommandBars in MDI form |
Post Reply
|
| Author | |
mashixin
Newbie
Joined: 05 October 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Topic: Can DockingPane works with CommandBars in MDI formPosted: 05 October 2006 at 1:13pm |
|
It seems that DockingPane(Ver 10.3) can not work with CommandBars(Ver 10.3) in MDI, an error occured when close the MDI form.
You can reproduce this error follow below steps:
1, Create a new VB6 project.
2, Add a MDI form to project.
3, Add a DockingPane and a CommandBars on MDI, make sure that the DockingPane is set to back layer.
4, Set this project start with MDI form.
5, Press F5 to run.
6, Close MDI form.
Is this a BUG?
Regards,
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2006 at 12:29am |
|
Hello,
You have to add in Form_Load
Set DockingPanes.CommandBars = CommandBars
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
mashixin
Newbie
Joined: 05 October 2006 Status: Offline Points: 2 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 October 2006 at 12:44am |
|
It works OK now.
Thanks.
|
|
![]() |
|
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 |