Image on tabControl?

  • Thread starter Thread starter Keith Smith
  • Start date Start date
K

Keith Smith

Is there a way for me to use an image file (JPG, GIF, BMP etc) on my tabs
instead of text? I see that if you go to the "Icon" property (of a tabPage)
then you can add a ICO file, but because an icon is not very big I would
like to use a JPG file (or something similar) that would include the text in
the image file. Is there a way to do this?
 
Set the ImageList property of the TabControl and the ImageIndex property of
each TabPage.

You can set the ImageSize and ColorDepth of the ImageList if required.

HTH

DalePres
MCAD, MCDBA, MCSE
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top