Results 1 to 3 of 3

Thread: webBrowser Control Transparent

  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.

  2. #2
    Junior Member
    Join Date
    May 2020
    Posts
    18

    Re: webBrowser Control Transparent

    let us take a look ate the project

  3. #3
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,711

    Re: webBrowser Control Transparent

    Moderator Actions: Moved thread to the CSS codebank.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

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