"Lew Barnesson" <lewb007@centurytel.net> schrieb:
> What is the best way to terminate a Windows Forms app using .Net 2.0?
Call the main form's 'Close' method after you have done this for the other
open forms.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Jared - 15 Nov 2006 03:04 GMT
And End statement when you need instant termination without further events.
> "Lew Barnesson" <lewb007@centurytel.net> schrieb:
>> What is the best way to terminate a Windows Forms app using .Net 2.0?
>
> Call the main form's 'Close' method after you have done this for the other
> open forms.