Print Page | Close Window

PLEASE HELP ABOUT COLOR

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=16909
Printed Date: 06 October 2024 at 8:31am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: PLEASE HELP ABOUT COLOR
Posted By: chesterkill
Subject: PLEASE HELP ABOUT COLOR
Date Posted: 02 July 2010 at 8:34pm
Please how to change the color of my COMMANDBARS? I use ribbon...

PLEASE GUYS................

I'm a newbie.....


-------------
CODEJOCKS



Replies:
Posted By: SuperMario
Date Posted: 12 July 2010 at 9:07am
Here are the themes available:
 
        Case ID_OPTIONS_STYLEBLACK
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Black.dll"
            ControlFile.Style = xtpButtonAutomatic
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
        Case ID_OPTIONS_STYLEBLUE:
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = ""
            ControlFile.Style = xtpButtonAutomatic
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
        Case ID_OPTIONS_STYLESILVER
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Silver.dll"
            ControlFile.Style = xtpButtonAutomatic
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
           
        Case ID_OPTIONS_STYLEAQUA:
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Aqua.dll"
            'ControlFile.Style = xtpButtonAutomatic
            ControlFile.Style = xtpButtonCaption
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
           
        Case ID_OPTIONS_STYLEWHITE:
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007White.dll"
            ControlFile.Style = xtpButtonCaption
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
           
        Case ID_OPTIONS_STYLESCENIC:
            CommandBars.VisualTheme = xtpThemeRibbon
            CommandBarsGlobalSettings.Office2007Images = App.Path & "\Styles\Office2007Scenic.dll"
            ControlFile.Style = xtpButtonCaption
            CommandBars.PaintManager.RefreshMetrics
            CommandBars.RecalcLayout
            picClient.Refresh
           
        Case ID_OPTIONS_STYLESYSTEM:
            ControlFile.Style = xtpButtonAutomatic
            CommandBars.VisualTheme = xtpThemeOfficeXP
            CommandBars.Options.UseFadedIcons = False
            CommandBars.Options.IconsWithShadow = False
            CommandBars.RecalcLayout
            picClient.Refresh


Posted By: dailyblog
Date Posted: 23 July 2010 at 9:48pm
so,where to download "Office2007White.dll",please?


Posted By: Aaron
Date Posted: 24 July 2010 at 9:30am
Originally posted by dailyblog dailyblog wrote:

so,where to download "Office2007White.dll",please?
 
Hi,
 
In about every directory in Samples  
 
C:\Program Files\Codejock Software\ActiveX\Xtreme SuitePro ActiveX v13.3.1\Samples\Controls\Styles
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....



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