Print Page | Close Window

Commandbar with dockingpane

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=1255
Printed Date: 07 June 2024 at 5:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Commandbar with dockingpane
Posted By: dUGI
Subject: Commandbar with dockingpane
Date Posted: 09 October 2004 at 11:09am

https://forum.codejock.com/uploads/dUGI/2004-10-09_110523_problem.rar - 2004-10-09_110523_problem.rar

Hello everybody!

I already posted question with this problem, but this time I was free to upload sample project (vb6 + sp6)

I would appreciate if anybody help me :)

regards

dUGI




Replies:
Posted By: Oleg
Date Posted: 11 October 2004 at 12:50am

Replace to:

 

Private Sub CommandBars1_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)

If (ActiveForm Is Nothing) And (CommandBars1.Item(2).Visible) Then
   CommandBars1.Item(2).Visible = False
ElseIf (Not ActiveForm Is Nothing) And (Not CommandBars1.Item(2).Visible) Then
   CommandBars1.Item(2).Visible = True
End If
End Sub

 



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


Posted By: dUGI
Date Posted: 11 October 2004 at 4:01pm
thank you VERY much :))))))

dUGI



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