How to add gif Image to tab label?

Jun 16 2013 10:27 AM
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)