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
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
Application.Exit() problem
Sanchit Bahal
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