Re: Properly terminating an application.

Peter Ritchie <[email protected]> Tue, 14 Aug 2007 14:01:07 -0400
Newsgroups gmane.comp.windows.devel.dotnet.winforms
Message-ID <LISTSERV%[email protected]>
Application.Exit just cycles through all the open forms attempting to
close them one-by-one.  I prefer to close the top-level for over
Application.exit.

On Tue, 14 Aug 2007 11:48:35 -0600, Bhatnagar, Amit
<[email protected]> wrote:

>Application.Exit() or this.Close() on your main (top level) form?
>
>