Search Tools Links Login

A Wicked Way To Animated GIF Without Using GIF89a.dll


Visual Basic 6, or VB Classic

This tutorial shows how to animate gif in your form without using GIF89a.dll

Original Author: Lam Ri Hui

Code


Create a new project and click on Components... under Project menu. in the control tab, 
scroll down until you see 'Microsoft Internet Control'. Check it and click OK. An icon will appear in the Toolbox. Double click the icon
to insert a control. Then, doucle click the form and insert the following code in Form_Load()

Webbrowser1.navigate gifpath
Example :
webbrowser1.navigate app.path & "" & 
"quick.gif"
or
webbrowser1.navigate "C:draw.gif"

This tutorial ends here

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 147 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.