How can I show a web page in a transparent window and have the white part of the web page also transparent.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re using a Browser control, there may be a property in it to change the background color to Transparent or to use Alpha channel layering. I’m not entirely sure how effective this would be, but it’s worth a try.
Another thing to consider would be to create a small parser for the web page’s HTML you’re trying to view, and with that you could modify the style sheet or something to change the background color. I’m not sure you could make the page transparent doing this, however. That’s all off the top of my head.