using TabControl

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

    #1

    using TabControl

    Hi All,

    I want to use an image in the tab control, however, as
    my image contains round corner, after I add the image,
    there is some grey color at the corner. And when I click
    on the Tag, there is a grey line between the tab and the
    tab page.

    I try to set the BackColor, but it only change the tab
    page's color. The background color of tab still in
    grey. Is there any method/attribute I can set, so the
    color of tab can be change to transparent? And is there
    setting, so that the tab control do not show the grey
    line when I click on the tab? Thank you.
  • Bhaskardeep Khaund

    #2
    Re: using TabControl

    Hi

    You can make an image transparent from software's like Adobe Photoshop. If you are using photoshop, let me know and I will be happy to guide you in there.

    Regards,
    Bhaskardeep Khaund.

    Comment

    • louis M

      #3
      Re: using TabControl



      I just want to set the backgroud of the tab to transparent, so that
      there is no grey color display outside the image

      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • Bhaskardeep Khaund

        #4
        Re: using TabControl

        Ya, but u need to use an software for this, an image manipulation software.

        Bhaskar
        "louis M" <louis.mak@soft insure.com> wrote in message news:#7CSVb0tDH A.2712@tk2msftn gp13.phx.gbl...


        I just want to set the backgroud of the tab to transparent, so that
        there is no grey color display outside the image

        *** Sent via Developersdex http://www.developersdex.com ***
        Don't just participate in USENET...get rewarded for it!

        Comment

        • eric

          #5
          Re: using TabControl

          Hi Louis,

          You could try XTabControl from http://www.springsys.com. That control
          support many features that the intrinsic tab control does not have.


          -Eric




          "louis" <louis.mak@soft insure.com> wrote in message
          news:022801c3b7 2d$e85f8010$a00 1280a@phx.gbl.. .[color=blue]
          > Hi All,
          >
          > I want to use an image in the tab control, however, as
          > my image contains round corner, after I add the image,
          > there is some grey color at the corner. And when I click
          > on the Tag, there is a grey line between the tab and the
          > tab page.
          >
          > I try to set the BackColor, but it only change the tab
          > page's color. The background color of tab still in
          > grey. Is there any method/attribute I can set, so the
          > color of tab can be change to transparent? And is there
          > setting, so that the tab control do not show the grey
          > line when I click on the tab? Thank you.[/color]


          Comment

          Working...