C
Chris
Hi,
A simple question ..
In the design mode I added the standard File Menu, so, New,
Open, Save etc. to my Window Form application.
On File Exit, I added code like:
private void FileExit_clicked(object sender, EventArgs e)
{
this.Close();
}
but nothing happened.
The form does not disappear from the screen.
Seems to be something wrong ??
Thx,
Chris
A simple question ..
In the design mode I added the standard File Menu, so, New,
Open, Save etc. to my Window Form application.
On File Exit, I added code like:
private void FileExit_clicked(object sender, EventArgs e)
{
this.Close();
}
but nothing happened.
The form does not disappear from the screen.
Seems to be something wrong ??
Thx,
Chris