Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have put a web browser control on a userform. I want to animate a graphic
with it. I can't seem to get the grahpic to animate. I trigger the entire thing off a button click event. Am I triggering it off the right event? Thanks Private Sub CommandButton1_Click() Call Thing End Sub Sub Thing() UserForm1.Show End Sub Private Sub UserForm1_Activate() UserForm1.WebBrowser1.Navigate = "C:\Documents and Settings\Me\Desktop\Graphic.bmp" End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As far as I know, only a GIF supports animation. A bitmap does not.
here is some past discussion on the topic: http://tinyurl.com/8tr64 -- Regards, Tom Ogilvy "ExcelMonkey" wrote in message ... I have put a web browser control on a userform. I want to animate a graphic with it. I can't seem to get the grahpic to animate. I trigger the entire thing off a button click event. Am I triggering it off the right event? Thanks Private Sub CommandButton1_Click() Call Thing End Sub Sub Thing() UserForm1.Show End Sub Private Sub UserForm1_Activate() UserForm1.WebBrowser1.Navigate = "C:\Documents and Settings\Me\Desktop\Graphic.bmp" End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Web Browser Control won't refresh | Excel Programming | |||
WEB Browser Control | Excel Programming | |||
Web Browser Control | Excel Programming | |||
excel 2003 browser control?? | Excel Programming | |||
Loading a web page on a web browser control | Excel Programming |