I have a form on my project that is not the main form.
This form has a few things going on, including Timer controls to trigger certain events.
When I close the for with Me.Close() the form turns invisible but the events (like the sounds it was playing) keep happening.
Is there any way to close a form properly?
This form has a few things going on, including Timer controls to trigger certain events.
When I close the for with Me.Close() the form turns invisible but the events (like the sounds it was playing) keep happening.
Is there any way to close a form properly?