|
-
Sep 19th, 1999, 09:43 PM
#1
Thread Starter
New Member
i was also wondering if anyone knew how to get GIFs to animate on your form. i dont feel like buying a $45 active x control and was wondering if anyone knew if there was another way. thanks. email me at [email protected]
-
Sep 20th, 1999, 12:09 AM
#2
Junior Member
You can use the webbrowser control but it is limited.
------------------
LM Ginn
-
Sep 20th, 1999, 12:22 AM
#3
Thread Starter
New Member
thanks for replying. thanks for adding me steve
------------------
--------------
Sergio Pieiga
[email protected]
-
Sep 20th, 1999, 11:24 AM
#4
Frenzied Member
Don't Worry, I'm Making An ActiveX Control That Does That Now, I've Been Working On It For A While. I have a list of people to send it to, I'll add you to it.
Steve
-
Sep 20th, 1999, 09:51 PM
#5
Please include me within your mailing list. Thank you.
-
Sep 21st, 1999, 03:51 PM
#6
New Member
can you put me on your mailing list
[email protected]
thanks
-
Sep 23rd, 1999, 03:35 AM
#7
There is a way to make an animated GIF appear on your Form without it looking like you're using the WebBrowser Control, but of course, you do...
Place a WebBrowser Control Within a Picturebox Control..
Code:
Private Sub Command1_Click()
On Error GoTo Load_Cancel
With CommonDialog1
.CancelError = True
.DialogTitle = "Open an Animated GIF"
.Filter = "GIFS (*.GIF)|*.GIF"
.ShowOpen
WebBrowser1.Navigate .FileName
WebBrowser1.Move ScaleX(-12, vbPixels, vbTwips), ScaleY(-19, vbPixels, vbTwips), Width, Height
Picture1 = LoadPicture(.FileName)
Picture1.AutoSize = True
End With
Load_Cancel:
End Sub
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
[This message has been edited by Aaron Young (edited 09-23-1999).]
-
Jan 18th, 2000, 02:43 PM
#8
New Member
Please add me to the list. I have a control from Gevorg Ter-Saakov. It is single threaded and does not work all the time.
-
Jan 20th, 2000, 12:00 PM
#9
New Member
Please include me within your mailing list.
Thank you.
[email protected]
-
Mar 18th, 2000, 09:17 PM
#10
Addicted Member
-
Mar 19th, 2000, 10:13 PM
#11
New Member
add me to the list too please.
thanks
[email protected]
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
|