Changing the BackColor on a control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cartoper

    Changing the BackColor on a control

    I am working in VS2008.

    I have a TabControl on a form. The background color of the TabControl
    is not the standard KnownColor.Cont rol color, it is a lighter color.

    I have placed a TrackBar on the TabControl and it's BackColor is that
    of the KnownColor.Cont rol. The question is, how do I make the
    TabControl's backcolor that of the container it is on?

    Cartoper


  • Sheng Jiang[MVP]

    #2
    Re: Changing the BackColor on a control

    I see you posted in the WinForm controls newsgroup. Why post it here?

    --
    Sheng Jiang
    Microsoft MVP in VC++
    "Cartoper" <cartoper@gmail .comwrote in message
    news:c0349586-6820-4c1f-91c5-2a267c99346e@d4 g2000prg.google groups.com...
    I am working in VS2008.
    >
    I have a TabControl on a form. The background color of the TabControl
    is not the standard KnownColor.Cont rol color, it is a lighter color.
    >
    I have placed a TrackBar on the TabControl and it's BackColor is that
    of the KnownColor.Cont rol. The question is, how do I make the
    TabControl's backcolor that of the container it is on?
    >
    Cartoper
    >
    >

    Comment

    Working...