프로그래밍/.Net
winform 최소화
강태공97
2014. 1. 17. 21:13
하기처럼 설정하면 윈폼이 최소화된다.
this.WindowState = FormWindowState.Minimized;