I would like to ask a question. I want to minimize and maximize manually in C#.net. I changed form\'s BorderStyle into none. So there are no maximize,minimize and close button f
If you're using WindowsForms you have to change the WindowState property :)