Thread: Transparent Window without using Layers

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    731

    Transparent Window without using Layers

    I want to make my window transparent without using the windows layering system. The reason for this is that I am using Managed DirectX to render stuff to a form and when I use layers to make my window semi-transparent the part being drawn by directx isn't semi-transparent and glitchy. My thought on how to manualy make this semi-transparent would be to somehow get the pixels/image behind the window and manualy blend using that.

    If anyone has any advice on how I could do this that'd be great. If anyone happens to have code I don't care what language it is. Thanks a lot!


    Edit: I have posted this at the XNA Creators Club Directx forum as well in hope to get more insight on this problem: http://forums.xna.com/45259/ShowThread.aspx
    Last edited by Rune Hunter; 02-10-2008 at 01:04 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C or C++
    By AcerN30 in forum Game Programming
    Replies: 41
    Last Post: 05-30-2008, 06:57 PM
  2. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  3. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  4. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM