Animation Gif Control in VB.NET

He means a self timed, gif style file that has many pictures clumped into one. The answer is no but there is a way to do it. Just look on the net and you will find out how to do it.
 
I mean if can import an animation gif file in PictureBox and play it.
In VB6 i cant do this and required to include an extra ActiveX control (*.ocx) for play animation gif files. VB.NET has any control for play animation gif files?
Thanks :)
 
Nothing is included in the framework. You will have to look on the net for your own method or sub to implement.
 
Youre right! I had no idea. I saw something on CodeProject about making gif animation but they didnt mention the picturebox.
 
Back
Top