VC++ [win32]/API

SetWindowText()

K_Coder 2012. 4. 12. 19:21
BOOL SetWindowText( HWND hWnd,l LPCTSTR lpString)
▶hWnd:윈도우 또는 컨트롤의 핸들
▶lpString:새로 설정할 캡션 문자열 윈도우나 컨트롤의 캡션을 설정한다.
윈도우의 캡션은 타이틀 바에 나타나며 컨트롤의 캡션은 작업 영역에 나타난다.