I
Ivan Weiss
I am wondering what the differences are between using the
Application.Exit() and Me.Close() (Me.Close on the main mdiForm in my
app) to close and exit my application.
Are there benefits to using either or...
Also, the standard three windows buttons on the top right (minimize,
restore/maximize, and close). My close button is not working in my app.
Does anyone know how to code this? I thought this was automatically
controlled by the designer when you create a form.
-Ivan
Application.Exit() and Me.Close() (Me.Close on the main mdiForm in my
app) to close and exit my application.
Are there benefits to using either or...
Also, the standard three windows buttons on the top right (minimize,
restore/maximize, and close). My close button is not working in my app.
Does anyone know how to code this? I thought this was automatically
controlled by the designer when you create a form.
-Ivan