I have code I need run when the user closes the application. From what I understand vb.net has a mybase.closing event. So, I have my code set to first call mybase.close() and then Application.exit()
So mybase.close should call the closing event right?
Well, the main problem I have is where is the closing event? Does anyone know where I should put this code I need run?
Thanks..
So mybase.close should call the closing event right?
Well, the main problem I have is where is the closing event? Does anyone know where I should put this code I need run?
Thanks..