Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - StatusBarPane Style property
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

StatusBarPane Style property

 Post Reply Post Reply
Author
Message
coolzsunil View Drop Down
Groupie
Groupie


Joined: 18 March 2009
Status: Offline
Points: 28
Post Options Post Options   Thanks (0) Thanks(0)   Quote coolzsunil Quote  Post ReplyReply Direct Link To This Post Topic: StatusBarPane Style property
    Posted: 31 March 2009 at 8:48am
Hi,
 
I try to set the style property for status bar pane to SBPS_NOBORDERS. But when I see the statusbar, it has single line border between panes.
 
Is there any way not to display any border for panes, even when there are multiple panes?
 
See the attached word file for more information.
 
 
Product: Xtreme Command Bars ActiveX v13.0.0
Platform: Windows XP (32bit) - SP 3
Language: Visual C++ 2008
 
Regards
Sunil
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: 01 April 2009 at 1:46am

Hi,

Set these styles:
 
    StatusBar.Pane(1).Style = SBPS_NOBORDERS
    StatusBar.Pane(2).Style = SBPS_NOBORDERS
    StatusBar.Pane(3).Style = SBPS_NOBORDERS
    StatusBar.Pane(1).BeginGroup = False
    StatusBar.Pane(2).BeginGroup = False
    StatusBar.Pane(3).BeginGroup = False
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
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.157 seconds.