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?
Hemant SrivastavaPosted Jun 17, 2013, 5:34 PM
http://stackoverflow.com/questions/796186/animated-gif-in-imagelist-tabpage
http://www.sapien.com/forums/viewtopic.php?f=12&t=6382
It sounds like, ImageList Control don't support animated images but there are some work arounds. Visit the link above to find out the ways...
In between if I get any other easy way, I'll let you know.
Tijesunimi PreciousPosted Jun 17, 2013, 1:45 PM
Hemant SrivastavaPosted Jun 17, 2013, 10:47 AM