06-11-13, 01:02 AM
06-11-13, 01:52 AM
كود :
Public Class Form1
Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
e.Cancel = True
Form2.Show()
End Sub
End Class
