Results 1 to 3 of 3

Thread: webBrowser Control Transparent

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2020
    Posts
    3,746

    webBrowser Control Transparent

    vb6,WPF ChromiumWebBrowser,Web Page Background Transparency

    HTML Code:
    <style>
            html, body {
                margin: 0px;
                height: 100%;
                width: 100%;
                overflow: hidden;
                background: rgba(0, 0, 0, 0);
            }
    </style>
    dose anybody test it?

    Code is being developed, welcome to participate.
    Last edited by xiaoyao; Mar 29th, 2021 at 07:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width