c# - WinForms Application.Exit does not exit the app necessarily -


on msdn have read calling application.exit not have exit every time. know cause that? mean when expect application.exit not exit application?

application.exit call formclosing every opened form, , event can cancelled. if form has cancelled event, application.exit stop without doing anything. else forms closed. but, if have non-background threads working (in additional main thread) application not finished application.exit.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -