Animation control?

  • Thread starter Thread starter Jay Ayliff
  • Start date Start date
J

Jay Ayliff

Hello,

Is there a .NET equivalent of the VB6 Animation control that can play simple
AVIs, GIFs, etc? I

Regards

Jay Ayliff
Stalis Ltd
 
* "Jay Ayliff said:
Is there a .NET equivalent of the VB6 Animation control that can play simple
AVIs, GIFs, etc? I

You can use the picturebox control to display an animated GIF.
 
Ah, that's good. Can I also add such a GIF to a Resource file to make
implementation easier?

Jay Ayliff
Stalis
 
* "Jay Ayliff said:
Ah, that's good. Can I also add such a GIF to a Resource file to make
implementation easier?

Just set it to the picturebox's 'Image' property. This will embed the
file automatically.
 
Back
Top