Click here to Skip to main content
15,921,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to use a gif image in web-browser control ..So i need to make the background color of webbrowser transparent.

Also i need to place this webbbroser above a video ,It will look better if the webbroser control is transparent.

Please help
Posted
Updated 12-Apr-10 18:54pm
v3

Try this:

C#
WebBrowser webBrowser = new WebBrowser();

webBrowser.Document.BackColor = System.Drawing.Color.Transparent;
 
Share this answer
 
v2
Sry jordy kaiwa , its not working ...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900