Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 553
Default Web Browser Control for Animation.

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Web Browser Control for Animation.

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Browser Control won't refresh Dee Veloper[_2_] Excel Programming 0 January 18th 05 01:56 PM
WEB Browser Control JT[_2_] Excel Programming 5 September 8th 04 08:36 PM
Web Browser Control JT[_2_] Excel Programming 1 September 3rd 04 10:01 PM
excel 2003 browser control?? Fred Jacobowitz Excel Programming 0 August 4th 04 04:14 PM
Loading a web page on a web browser control Aaron[_10_] Excel Programming 4 January 6th 04 01:11 PM


All times are GMT +1. The time now is 08:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"