Click to See Complete Forum and Search --> : GIF ANIMATION
sergio153
Sep 19th, 1999, 09:43 PM
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 qbano5@aol.com
LM Ginn
Sep 20th, 1999, 12:09 AM
You can use the webbrowser control but it is limited.
------------------
LM Ginn
sergio153
Sep 20th, 1999, 12:22 AM
thanks for replying. thanks for adding me steve
------------------
--------------
Sergio Pieiga
qbano5@aol.com
SteveCRM
Sep 20th, 1999, 11:24 AM
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
Please include me within your mailing list. Thank you.
Biker1
Sep 21st, 1999, 03:51 PM
can you put me on your mailing list
tomlawrance@hotmail.com
thanks
Aaron Young
Sep 23rd, 1999, 03:35 AM
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..
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
aarony@redwingsoftware.com
adyoung@win.bright.net
[This message has been edited by Aaron Young (edited 09-23-1999).]
mpollack
Jan 18th, 2000, 01:43 PM
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.
TnT
Jan 20th, 2000, 11:00 AM
Please include me within your mailing list.
Thank you.
jefdriesen@hotmail.com
ScottF
Mar 18th, 2000, 08:17 PM
Add me please sfowler@mastnet.net
ljdarten
Mar 19th, 2000, 09:13 PM
add me to the list too please.
thanks
copmci@earthlink.net
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.