Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Messy border around web browser control


Message #1 by Dkopp@f... on Thu, 27 Jun 2002 16:06:59
Good Morning!

I am using a web browser control to put an animated gif on a vb form.  The 
gif works fine but there is a messy border around the control which I 
cannot fix.

Anybody ever have this problem or know another way to put an animated gif 
on a form?


Here's what I am doing:

Dim redPath as string
redPath = app.path & "\images\redLight_A.gif"

ledDevSQLTest.Navigate "about:<html><body scroll='no'><img src='" & 
redPath & "'></img></body></html>"

Thanks!
Deb

  Return to Index