whosyodaddy
Well-known member
- Joined
- Jun 23, 2003
- Messages
- 83
is it possible so that when the user clicks on exit in the mainmenu, it exits, and then displays a messagebox? vise-versa. this doesnt work:
Form1.ActiveForm.Close() & MessageBox.Show ("This method does not work please help!")
if there is no way then how would you link the Exit to another Form, and then when you click OK on the other form it quits both forms?
Form1.ActiveForm.Close() & MessageBox.Show ("This method does not work please help!")
if there is no way then how would you link the Exit to another Form, and then when you click OK on the other form it quits both forms?