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]
Printable View
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]
You can use the webbrowser control but it is limited.
------------------
LM Ginn
thanks for replying. thanks for adding me steve
------------------
--------------
Sergio Pieiga
[email protected]
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.
can you put me on your mailing list
[email protected]
thanks
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).]
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.
Please include me within your mailing list.
Thank you.
[email protected]
Add me please [email protected]
add me to the list too please.
thanks
[email protected]