|
-
Oct 13th, 2000, 09:40 AM
#1
Thread Starter
Lively Member
can anyone recommend one? i haven't found any that are free =) and before someone tells me to make my own.. i dont know how to make controls yet
-
Oct 13th, 2000, 12:02 PM
#2
Lively Member
-
Oct 13th, 2000, 12:03 PM
#3
Lively Member
Just add the WebBrowser control to a frame and size the frame to fit your gif. Place the gif in the same directory as your app. Then add the following code to your Form Load Sub:
Dim filName As String
filName = App.Path
If Right$(filName, 1) <> "\" Then filName = filName & "\"
filName = filName & "your.gif"
WebBrowser1.Navigate filName
-
Oct 13th, 2000, 03:13 PM
#4
Addicted Member
Controls
I'd rather know how it works, myself. That way I could build one on my own.
Eiredrake
-
Oct 13th, 2000, 03:38 PM
#5
Go to http://www.planet-source-code.com and search for "Animated Gif."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|