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?