A Wicked Way To Animated GIF Without Using GIF89a.dll
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
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.