S
Sheetal
On close button of a compact framework screen, I want to end my
application. I wrote ...
Private Sub frmname_Closing(ByVal sender As Object, ByVal e As
System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
Me.close()
End Sub
This only closes the screen. It does not end the application.
Can anybody please tell me what do I need to do in order to end the
application on the click of close button(on the upper right corner)
of a form?
Thanks,
Sheetal.
application. I wrote ...
Private Sub frmname_Closing(ByVal sender As Object, ByVal e As
System.ComponentModel.CancelEventArgs) Handles MyBase.Closing
Me.close()
End Sub
This only closes the screen. It does not end the application.
Can anybody please tell me what do I need to do in order to end the
application on the click of close button(on the upper right corner)
of a form?
Thanks,
Sheetal.