Can anyone advise the best way to close down a project. I have noticed that in some instances projects are still running when I think they have been closed. I have used:
Close()
Dispose()
for programs with 1 form. For programs with more than one form I have used Application.exit. On some occasions I have also noticed that the Stop Debugging button doesn't actually stop the program running.
Is there one way that always works? Thanks.
Close()
Dispose()
for programs with 1 form. For programs with more than one form I have used Application.exit. On some occasions I have also noticed that the Stop Debugging button doesn't actually stop the program running.
Is there one way that always works? Thanks.