Hey guys!!
Could someone explain to me how i make on button_click close my application? Im working in visual C#.
Printable View
Hey guys!!
Could someone explain to me how i make on button_click close my application? Im working in visual C#.
If it is a Winform application and you are just using one form, you can simply write this.Close();.
Arh ment Minimize xD
Code:form.WindowState = WindowState.Minimized
Big ed thanks ;D