G
Guest
I have an Exit button for my application. Within button_click event, I have
the following code.
me.dispose()
me.close()
After I click the button and the application is closed, but I still see an
active instance of the application on TaskManager. What else am I missing
from my code to ensure that the application is completely terminated? By the
way, I do not even know the differences between Close and Dispose methods?
Could someone please explain me too? THANK YOU so much for your time. Have
a great day!
the following code.
me.dispose()
me.close()
After I click the button and the application is closed, but I still see an
active instance of the application on TaskManager. What else am I missing
from my code to ensure that the application is completely terminated? By the
way, I do not even know the differences between Close and Dispose methods?
Could someone please explain me too? THANK YOU so much for your time. Have
a great day!