Results 1 to 5 of 5

Thread: Appearance of Tabs

  1. #1

    Thread Starter
    Lively Member ARanc's Avatar
    Join Date
    Aug 2006
    Posts
    71

    Appearance of Tabs

    Hi,

    I have made an application which has several tabs. Is there any way I can changes their appearence to something rather that normal, button, or flat button. Or is there a way to apply a background image for the tab itself, not the tab page. Because for buttons, you can apply a background image, but not for tabs.

    Thanks,

    Alex

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Appearance of Tabs

    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member ARanc's Avatar
    Join Date
    Aug 2006
    Posts
    71

    Re: Appearance of Tabs

    Thanks,

    That was a very helpful link. However, it does not explain how to display an image on the tab it self. It just says this

    " I'll leave you the challenge of modifying the code to show an image."

    The problem is that I am a beginner at VB and don't know a thing about codes.

    Can you pleas help.

    Thanks,

    Alex

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Appearance of Tabs

    If you're drawing the tabs yourself then you're using GDI+, i.e. the methods of a Graphics object. The Graphics class has a DrawImage method.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5
    Frenzied Member zuperman's Avatar
    Join Date
    Dec 2000
    Location
    Portugal
    Posts
    1,033

    Re: Appearance of Tabs


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