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
 
Back
Top