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

    Fading dialogs like Windows2000

    Hi,

    there is a new feature in windows 2000, that pops up windows an menus with a soft fade in. Has anybody an idea, how to do this in an application with CWnd-derived windows?

    Thanks,

    Christian


  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Re: Fading dialogs like Windows2000

    Hi,

    I havent done this before. But, you can take a look at http://codeguru.earthweb.com/bitmap/fadein.shtml to see the techniques behind it.

    [b]Let me know if that helped.
    Visit http://www.geocities.com/contactgirish/homepage.html for some VC++ Links & Notes.If you have time, you can sign the guest book there.
    All Luck,
    V.Girish
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

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