I have a web browser built into one of my projects...
I have the tool bars all set up, but the only way you know the browser is busy is that I made the Stop Button light up while it is navigating, then disable it when it completes....
What would be the best way to display an animation while the WebBrowser Object is Working?
Gif? Avi? ImageList?
I would like to keep everything stored in 1 EXE...
So, it looks to me like I'll have to use an image list, unless someone wants to step me through resources (resource editing)... (which I'm not even sure would work anyway)
So, if it is down to the Image List, I guess I will get to use a timer to start and handle the animation...
I will probably start the animation in WebBrowser1_BeforeNavigate2
Then Stop it in WebBrowser1_NavigateComplete2
Is there a better way to handle this...
This seems like the long way around the situation...
Does any one know how the animation is handled in IE ?
This is all I found (C#) and it looks as though they are using an Image List too...
Thanks in Advance ;-)
-Josh
Visit My Site
PROGRAMMER:
Red-eyed, mumbling mammal capable of conversing with inanimate objects.
I have the tool bars all set up, but the only way you know the browser is busy is that I made the Stop Button light up while it is navigating, then disable it when it completes....
What would be the best way to display an animation while the WebBrowser Object is Working?
Gif? Avi? ImageList?
I would like to keep everything stored in 1 EXE...
So, it looks to me like I'll have to use an image list, unless someone wants to step me through resources (resource editing)... (which I'm not even sure would work anyway)
So, if it is down to the Image List, I guess I will get to use a timer to start and handle the animation...
I will probably start the animation in WebBrowser1_BeforeNavigate2
Then Stop it in WebBrowser1_NavigateComplete2
Is there a better way to handle this...
This seems like the long way around the situation...
Does any one know how the animation is handled in IE ?
This is all I found (C#) and it looks as though they are using an Image List too...
Thanks in Advance ;-)
-Josh
Visit My Site
PROGRAMMER: