Hi
Today im going to teach you a easy way how to make the Minimize and the Exit button if you are using a costumed GUI.
[-]
[vb]Me.WindowState = FormWindowState.Minimized[/vb]
[+]
[vb]me.close[/vb]
If you got any problem with the source that i have gave here please contact me via pm and i will reply as soon as possible.
Thank you
Today im going to teach you a easy way how to make the Minimize and the Exit button if you are using a costumed GUI.
[-]
[vb]Me.WindowState = FormWindowState.Minimized[/vb]
[+]
[vb]me.close[/vb]
If you got any problem with the source that i have gave here please contact me via pm and i will reply as soon as possible.
Thank you