- Home
·
- Graphics
·
- A Wicked Way To Animated GIF Without Using GIF89a.dll
A Wicked Way To Animated GIF Without Using GIF89a.dll
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
(8(8 Vote))
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
A Wicked Way To Animated GIF Without Using GIF89a.dll Comments
No comments yet — be the first to post one!
Post a Comment