CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    1,355

    win32 - how can i copy the parent background?

    is there any way for copy the parent background(behind the child control)?

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: win32 - how can i copy the parent background?

    <jedi_mind_control>
    there is no background behind the parent.
    there is nothing her efor you to copy.
    there is only what you see painted.
    </jedi_mind_control>

    (that should have been Obvious from my answer in your other question).

  3. #3
    Join Date
    Apr 2009
    Posts
    1,355

    Re: win32 - how can i copy the parent background?

    Quote Originally Posted by OReubens View Post
    <jedi_mind_control>
    there is no background behind the parent.
    there is nothing her efor you to copy.
    there is only what you see painted.
    </jedi_mind_control>

    (that should have been Obvious from my answer in your other question).
    that's why the BitBlt() give me a black rectangle. understood
    thanks for correct me

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