Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - [SOLVED] StatusBar without CommandBar
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] StatusBar without CommandBar

 Post Reply Post Reply
Author
Message
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] StatusBar without CommandBar
    Posted: 02 September 2009 at 4:32am
Is it possible to use the codejock statusbar without a commandbar?
 
I have added a commandbar without controls to the form and assigned the statusbar with cjStatusBar = cjCommandBars.StatusBar;. That's all ok. But the commandbar is always visible.

cjCommandBars.Visible = false; doesn't work.

How do I hide the commandbar completly?
 
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
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: 02 September 2009 at 7:07am
try cjCommandBars.ActiveMenuBar.Visible = false;
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
iamgtd View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 February 2009
Status: Offline
Points: 131
Post Options Post Options   Thanks (0) Thanks(0)   Quote iamgtd Quote  Post ReplyReply Direct Link To This Post Posted: 02 September 2009 at 7:12am
many thanks, problem solved
---------

OS: Win 10 64 bit

Codejock Version 22.1 ActiveX

MS Visual Studio 2022 - C#

---------
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.