Thread: Transparent window

  1. #1
    Registered User cfrost's Avatar
    Join Date
    Apr 2004
    Posts
    119

    Arrow Transparent window

    How can i make widow client area(CPaint DC) transparent

  2. #2
    Registered User
    Join Date
    Jul 2003
    Posts
    85
    http://www.codeproject.com/w2k/QDWnd...&select=671646

    Courtesy of our friend Mr. Google

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Quote Originally Posted by scrappy
    SetLayeredWindowAttributes is limited to win2k and later - it also makes the whole window transparent.

    For client window transparency use of AlphaBlend may be of some interest.

    Don't forget scrappy's good friend, Mr. Google, if looking for examples of its use.
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

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. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  3. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  4. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  5. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM