Allowing the transparent background of a web page to go through the rest of the windows in a webbrowser control

Asked

Viewed 120 times

1

I am trying to make the transparent background of a page in webbrowser control remain transparent by allowing the user to see what is under that window, that is, only HTML elements that are above the transparent background will be seen. Using Forms or WPF is irrelevant.

  • Explain your problem better. If possible put some code or image that can illustrate the situation...

  • @Danieldutra Here’s the thing: I have a page that has a transparent back and I want to take advantage of it using a webbrowser where the background of that same webbrowser is transparent, being possible to visualize what is under that Forms in windows (all windows, the desktop, etc.). Here is an example: http://i.imgur.com/0lHwGXC.jpg (the content the image contains would be my webpage with the transparent background...).

  • Webpage? Wouldn’t Be Winforms?

  • @Danieldutra No because I’m loading a web page by webbrowser control. I know it’s kind of complicated to realize...

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.