I want to show some animation for few secs before laoding main form. I understand that gif files dont work in VB6.0.
How do people do animation. what are the ways to do it?
any info pl.
Thanx in advance.
Which is the best way to have animation.
if no other method is there, is it only the option to change frames with timer control.
are there any gif dll's availabla? trouble free ones!!
Here's a freeware dll that allows you to display animated gifs on a form. I've been using it for years and have never had a problem.
Although it's a dll, you need to add it to your project as a component after which it will show up in your toolbox. Just draw it on your form and set the FileName property to point to an animated gif file on your PC and away you go.
Cheers
EDIT: I just realised that this is the same dll that RobDog was referring to in his post. Anyway, here it is just in case you can't find it.
Last edited by pnish; Nov 22nd, 2004 at 02:10 AM.
Pete
No trees were harmed in the making of this post, however a large number of electrons were greatly inconvenienced.
The changing frames method is quite easy and only needs a few lines of code, i've just finished a few animations using this way. Was trying to recreate a 'Virtual girl' type of animation for the desktop. Worked out ok i guess.