Unwanted frame with Webbrowser!

So me and a friend is creating a launcher for a private server of a game.
And I've made the launcher display images that I host on my dropbox (allowing me to change the pictures remotly if I want). I tried to add a .GIF to pictureBox but apperantly that didn't work so well.

So I tried to do it with webbrowser, and it loaded the image much faster than using this piece of code that I've always used:

this->pictureBox1->ImageLocation = L"link";

So I decided to change from using pictureBox to webbrowser to display the picture.
The only problem is that I get some weird frame upon loading:

http://i.imgur.com/ZgZqm.png

But the picture itself doesn't have a frame like that:
http://i1268.photobucket.com/albums/jj564/nistici/contest.gif

So I'm wondering if there's a way to fix this?
Or if there's a simpler way of doing it.

Much appreciated, and thanks in advance,
Casper
Last edited on
Working now!

Had to create a html file and set border, etc = 0. and then host it
Topic archived. No new replies allowed.