Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webbrowser control problem 1

Status
Not open for further replies.

vinodi

Programmer
May 23, 2003
41
0
0
IN
Hi,

I have gone through this forum and scrutinized all the problems associated with Webbrowser control. My problem is slightly different. I have an animated gif that is displayed in a Web browser control. However,there is a gap between the borders and the GIF image. How do I reduce this gap between the image and Web browser control.

This is the code that I use:
WebBrowser1.Navigate "about:<html><body scroll='no'><img src='C:\animgifs\flash5.gif'></img></body></html>"

Any help on this would be appreciated.

Vinodi

~~The only place where SUCCESS comes before WORK is in the dictionary~~
 
I've posted a solution to this on a number of occassions in this forum (as have others). Just do a search, which should find, for example, thread222-568832
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top