CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2008
    Posts
    138

    Update the background of dialog box..

    Hi all..

    I made my dialog box transparent.. so that when i draw something on dialog it looks like i draw on desktop screen. Now when i put another window over the drawn stuff it took previous window background. How do i overcome this.. Attached my small project.. Please take a look..

    Thanks...
    Attached Files Attached Files

  2. #2
    Join Date
    Sep 2008
    Location
    Boulder, CO
    Posts
    16

    Re: Update the background of dialog box..

    I'm not quite sure if this is what your looking for, but this demo sounds very much like your idea

    http://www.codeproject.com/KB/static/BigClock.aspx

    Hope it helps!

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