Print Page | Close Window

StatusBarPane Style property

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=13874
Printed Date: 06 November 2025 at 9:05am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: StatusBarPane Style property
Posted By: coolzsunil
Subject: StatusBarPane Style property
Date 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.
 
http://forum.codejock.com/uploads/20090331_084622_CJStatusBar.zip - uploads/20090331_084622_CJStatusBar.zip
 
Product: Xtreme Command Bars ActiveX v13.0.0
Platform: Windows XP (32bit) - SP 3
Language: Visual C++ 2008
 
Regards
Sunil



Replies:
Posted By: Oleg
Date 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



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