Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Commandbar with dockingpane
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Commandbar with dockingpane

 Post Reply Post Reply
Author
Message
dUGI View Drop Down
Newbie
Newbie


Joined: 11 August 2004
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote dUGI Quote  Post ReplyReply Direct Link To This Post Topic: Commandbar with dockingpane
    Posted: 09 October 2004 at 11:09am

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

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
dUGI View Drop Down
Newbie
Newbie


Joined: 11 August 2004
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote dUGI Quote  Post ReplyReply Direct Link To This Post Posted: 11 October 2004 at 4:01pm
thank you VERY much :))))))

dUGI
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.