pro_vb thread: Messy border around web browser control
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
|





