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

    Question Getting animated expansion effect to my GUI in .NET 2.0

    I have one GUI in .NET 2.0

    based on user giving all the required initial inputs, I would like to expand in an animated fashion the GUI to take advanced inputs.

    Pl Guide me to achieve this.

    My code is in VB.NET 2005

    any code snippets will be helpful

  2. #2
    Join Date
    Aug 2009
    Location
    NW USA
    Posts
    173

    Re: Getting animated expansion effect to my GUI in .NET 2.0

    Create intermediate forms and open/close them in a timed sequence

  3. #3
    Join Date
    Jul 2008
    Posts
    42

    Re: Getting animated expansion effect to my GUI in .NET 2.0

    Thank you Mur! any code snippet would be greatly helpful.

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