프로그래밍/c#
최위창으로 실행하는 방법
do121
2024. 4. 13. 09:48
topmost만으로 안된 경우 toplevel도 설정해 준다.
this.TopMost = true;
this.TopLevel = true;