CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2003
    Posts
    8

    Question HELP on UpdateLayeredWindow

    Hi!
    I try to create a layered window with some common controls on it, like a button or an edit box.
    The problem is that i use UpdateLayeredWindow to give a bitmap with alpha transparency to my main window. And this is everything I see. My child controls are not painted.
    I understand that if I do my own controls and make them paint themselfs in the bitmap given to the main layered window it wold be ok.

    But how can I use some common controls ("BUTTON", "EDIT", etc) or even other more complex like a html view or other activx control?
    Is there a way to force them to paint themselfs in a given DC? Or maybe to make them ignore the fact that their parent is a layered window?

    I hope I don't need to make my own edit controls and stuff?

    Please help me with a solution or someting!
    Thanks!

  2. #2
    Join Date
    Jul 2011
    Posts
    3

    Re: HELP on UpdateLayeredWindow

    Hi gurus,

    I would like to know this as well.

    Bump!

  3. #3
    Join Date
    Sep 2009
    Posts
    5

    Re: HELP on UpdateLayeredWindow

    this has been answered on advanced win32 grp
    news://nntp.aioe.org/comp.os.ms-wind...ogrammer.win32
    or http://tinyurl.com/cmhb5g by Google

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

Featured