VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Wicked Way To Animated GIF Without Using GIF89a.dll

by Lam Ri Hui (26 Submissions)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (7 Votes)

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

Rate A Wicked Way To Animated GIF Without Using GIF89a.dll


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

Download this snippet    Add to My Saved Code

A Wicked Way To Animated GIF Without Using GIF89a.dll Comments

No comments have been posted about A Wicked Way To Animated GIF Without Using GIF89a.dll. Why not be the first to post a comment about A Wicked Way To Animated GIF Without Using GIF89a.dll.

Post your comment

Subject:
Message:
0/1000 characters