CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Closing The Calling Dialog

    Hi All,

    How do I close a Form from which a next form was created.
    So Form1 creates Form2 (by pushing next button), and then Form1 has to be "closed/disposed"

    See also the Zipper.

    regards,

    Ger
    Attached Files Attached Files

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Closing The Calling Dialog

    Can you zip these files (.zip) and not .rar them? That way, I can use Win7 to unzip them without needing a .zip or .rar program?

  3. #3
    Join Date
    Oct 2009
    Location
    Holland
    Posts
    201

    Re: Closing The Calling Dialog

    Hi Arjay,

    Thanks for the reply.

    Solved this one, you can not dispose the 'first' Form.
    It will close your app.
    You will have to hide the first/main one there after you can do whatever you like

    Thanks,

    Ger

    Ps, next time I will use Win7 :-)
    Last edited by TBBW; December 20th, 2012 at 04:34 PM. Reason: edit

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