3
Answers

How to add gif Image to tab label?

Photo of Tijesunimi Precious

Tijesunimi Precious

12y
3.6k
1
I have this gif image




I want it to be showed with text in tab label, I have tried this.

I added an imagelist and added the gif image to it and put this code

tabControl1.ImageList = imageList1;
tabPage2.ImageIndex = 0;

The gif image shows but it doesn't rotate,

Pls how can I make it rotate like in the image?


Answers (3)