Application.Exit() problem

Hi,

I use the Application.Exit(); to exit my program.

Sometimes, the program exits. But sometimes, the program dies without response.

What is the problem Thanks.

Toby



Answer this question

Application.Exit() problem

  • Sanchit Bahal

    What do you mean by dying without a response


  • Sergei Dorogin

    just to add, are you perhaps running threads which may not be terminated already or some process is still happening in the background causing the application to hang



  • Application.Exit() problem