Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Transparency (like Rainlendar)

Transparency (like Rainlendar)

Scheduled Pinned Locked Moved C#
csharpphpdatabasequestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jgallen23
    wrote on last edited by
    #1

    Is there any way, in C# to make an appilcation similar to Rainlender in terms of transparency? If you aren't familiar, you can check it out here Rainlender[^] Basically, what I want to do is have the background semi-transparent, but the foreground completely opaque. Is this possible in C#?

    D 1 Reply Last reply
    0
    • J jgallen23

      Is there any way, in C# to make an appilcation similar to Rainlender in terms of transparency? If you aren't familiar, you can check it out here Rainlender[^] Basically, what I want to do is have the background semi-transparent, but the foreground completely opaque. Is this possible in C#?

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      It's possible. But exactly how is buried in the source code for Rainlender, all you have to do is download it. The source code comes with it, but it's in Visual C++ 6.0. You'll have to follow the code and see how it creates its windows and what attributes it's modifying. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

      J 1 Reply Last reply
      0
      • D Dave Kreskowiak

        It's possible. But exactly how is buried in the source code for Rainlender, all you have to do is download it. The source code comes with it, but it's in Visual C++ 6.0. You'll have to follow the code and see how it creates its windows and what attributes it's modifying. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

        J Offline
        J Offline
        jgallen23
        wrote on last edited by
        #3

        Can you give me some tips as what to look for? I haven't done c++ in about 5 years. I'm guessing I can't use any controls and I'd have to render all text in gdi or use images like rainlender.

        D 1 Reply Last reply
        0
        • J jgallen23

          Can you give me some tips as what to look for? I haven't done c++ in about 5 years. I'm guessing I can't use any controls and I'd have to render all text in gdi or use images like rainlender.

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          Probably something to do with Layered and Transparent windows. Also, modifications to the windows EXSTYLE (Extended Style) attributes, like Alpha and ColorKey. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups