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

    About slide a window like MSN....

    I have a main window(Dialog) and when i need to set some property.
    I will pop a new property window and close when set ok.
    Now,i want this property window shows like MSN notify window.
    It is silde out from my main window
    Doses anybody show me some direction to do this function.
    Thanks very much.

  2. #2
    Join Date
    Feb 2002
    Location
    Krispl, Austria
    Posts
    197

    Re: About slide a window like MSN....

    I don't mind helping people but if I can find this so can you.

    http://www.codeguru.com/Cpp/W-D/disl...cle.php/c4989/
    Requests such as
    "I need to write an new language compiler by next week, I have teach yourself c++ in 21 days, can someone give me example code?" will be ignored.

  3. #3
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: About slide a window like MSN....

    Depending on vertical or horizontal slide effect, start with adjusting rectangle of sliding dialog to have width or height zero and align it with window (dialog).

    Set timer to appropriate rate and move sliding dialog adjusting width or height from a timer until it reaches original size, than kill timer.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

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