|
SetWindowLong(Button1->Handle, GWL_STYLE, GetWindowLong(Button1->Handle, GWL_STYLE)|BS_MULTILINE);
Button1->Caption = "여러라인?\n잘되네.." ;
그럼..
Hyoun 님이 쓰신 글 :
: Button component에 두줄이상으로 caption를 넣는 방법이 없을까요?
: properties쪽을 살펴 봤는데 행당되는 것이 없더라구요...
: 도움 부탁드립니다.
|