Form Closing, Application Runs In Background
hudson1740 opened this issue · 1 comments
hudson1740 commented
Whenever I close the application it ends up continuing to run in the background( which is now fixed with Application.exit(); , when I fix the issue in form1 closing by adding line Application.Exit(); after ss.close it then prompts twice for save
MattMoradi commented
Anytime Application.Exit() is called, the save prompt is also referenced. We just have to ensure it terminates the environment when a mic isn't detected, as this issue is actually dependent on if your mic is detected or not, oddly enough. Fear not though, for it has been resolved.