소프트웨어/Win32

Win32] Edit

cs만두 2016. 1. 17. 17:36

Edit은 별 내용이 없으므로 git 주소만..


https://github.com/ManSung-Kim/Win32Study/blob/master/StudyWin32/Edit.cpp


봐야할건 이것뿐인듯


Edit Style에서 수평/수직 스크롤 지정

WS_CHILD | WS_VISIBLE | WS_BORDER | ES_AUTOHSCROLL  | ES_AUTOVSCROLL, 


Edit의 string 얻어오기(str은 static TCHAR str[128]을 사용했음)

GetWindowText(hEdit1,str,128);