Topic: Application still running after exit?

My application seems to get stuck running in the background after exit. What can be the cause?

Re: Application still running after exit?

I suppose you have main form for login, after login you hide this form, but you should close login form manually using event OnClose from other form.


If you can not fix the problem, please, send me your project to support@drive-software.com

Dmitry.

Re: Application still running after exit?

DriveSoft wrote:

I suppose you have main form for login, after login you hide this form, but you should close login form manually using event OnClose from other form.


If you can not fix the problem, please, send me your project to support@drive-software.com

Thank you! Managed to fix it. Found an old post with the same problem.