CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SSTab color

  1. #1
    Join Date
    Mar 2001
    Posts
    26

    SSTab color

    How to set color for SSTab.
    If BackColor is set,color behind the tab is changed and if ForeColor is set, text is colored.



  2. #2
    Join Date
    Dec 2000
    Location
    Los Angeles, CA
    Posts
    34

    Re: SSTab color

    I'm not sure what the question here is, but I have a problem setting the back color of an individual tab on an SSTab control. So I will presume this is what you are trying to do and tell you what I did.

    I created a BMP image of what I wanted the tab to look like [color and text]. and then I used that image insead of text on the tab. Depending on how tall you make the tab you will need to play with the size of the BMP and placement of the text.

    Help this helps

    Nathan


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured