0
In vb
Me.close
End
Application.exit
In C#
this.Close();
Application.Exit();
0
Hi
To close your form just write this below code.
form1.Close()
otherwise....
me.close()
0
You talking about Windows or web application.
Because MenuStrip is an Windows control.