C/C++/C#
2015년 8월 7일 금요일
[ C# ] 폼의 종료 버튼을 무효
•
protected override
System.Windows.Forms.CreateParams
CreateParams
{ get {
const
int
CS_NOCLOSE = 0x200;
System.Windows.Forms.CreateParams
createParams
=
base.CreateParams
;
createParams.ClassStyle
|= CS_NOCLOSE; return
createParams
; } }
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기