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

python - Does anyone know how to configure the hunpos wrapper class on nltk? -

mysql - How to insert just year and month into date field? -