geo1st487 Posted September 23, 2003 Posted September 23, 2003 Visual Basic .NET 2002 has an Animation Gif Control for play animation gif files? Thanks :) Quote
Diablicolic Posted September 24, 2003 Posted September 24, 2003 What do you mean? What kind of control? You can just import a picture using a PictureBox and the animations will do its thing. Quote "Reality is fake, Dreams are for real"
aewarnick Posted September 24, 2003 Posted September 24, 2003 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. Quote C#
geo1st487 Posted September 24, 2003 Author Posted September 24, 2003 I mean if can import an animation gif file in PictureBox and play it. In VB6 i can't 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 :) Quote
aewarnick Posted September 24, 2003 Posted September 24, 2003 Nothing is included in the framework. You will have to look on the net for your own method or sub to implement. Quote C#
pinster Posted October 6, 2003 Posted October 6, 2003 You can just load your image to a picturebox control and the animation will run. Quote Nothing is impossible in Programming! So, take it easy and let us all share your problem. :)
aewarnick Posted October 6, 2003 Posted October 6, 2003 You're right! I had no idea. I saw something on CodeProject about making gif animation but they didn't mention the picturebox. Quote C#
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.