Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - PLEASE HELP ABOUT COLOR
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

PLEASE HELP ABOUT COLOR

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


Joined: 28 June 2010
Location: Philippines
Status: Offline
Points: 7
Post Options Post Options   Thanks (0) Thanks(0)   Quote chesterkill Quote  Post ReplyReply Direct Link To This Post Topic: PLEASE HELP ABOUT COLOR
    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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
dailyblog View Drop Down
Groupie
Groupie


Joined: 11 July 2009
Status: Offline
Points: 27
Post Options Post Options   Thanks (0) Thanks(0)   Quote dailyblog Quote  Post ReplyReply Direct Link To This Post Posted: 23 July 2010 at 9:48pm
so,where to download "Office2007White.dll",please?
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
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.203 seconds.