Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Small TabControl color issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Small TabControl color issue

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


Joined: 20 November 2006
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote Majek Quote  Post ReplyReply Direct Link To This Post Topic: Small TabControl color issue
    Posted: 12 March 2007 at 10:09pm
Hi, I'm creating a themed program that allows users to customize the fonts and colors of the controls, including the tabs. Everything works great except for one color I can't seem to change. There is a white line on the upper border of the selected tab,  I have tried everything but nothing seems to change this one color. below are some screenshots and my code:
 
 
 
With TC.PaintManager
    .Appearance = XTPTabAppearanceStyle.xtpTabAppearancePropertyPage2003
    .BoldSelected = True
    .Color = XTPTabColorStyle.xtpTabColorDefault
    .Layout = XTPTabLayoutStyle.xtpTabLayoutMultiRow
    .Position = XTPTabPosition.xtpTabPositionTop
    .Font = f
End With
 
With TC.PaintManager.ColorSet
    .ButtonNormal = ToUInt32(FormBackColor)
    .ButtonSelected = ToUInt32(ControlBackColor)
    .NormalText = ToUInt32(FormForeColor)
    .SelectedText = ToUInt32(ControlForeColor)
    .HeaderFaceLight = ToUInt32(FormBackColor)
    .HeaderFaceDark = ToUInt32(FormBackColor)
    .TabPropertyPage2003BorderLeftHighlight = ToUInt32(ListViewBorderColor)
    .TabPropertyPage2003BorderTopHighlight = ToUInt32(ListViewBorderColor)
    .TabPropertyPage2003FrameBorder = ToUInt32(ListViewBorderColor)
    .TabPropertyPage2003DarkShadow = ToUInt32(FormBackColor)
End With
 
In short, is there a way to change the color of that white line? Thanks alot, Tom.
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.125 seconds.