본문 바로가기

소프트웨어/Win32

Win32] Edit

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);



'소프트웨어 > Win32' 카테고리의 다른 글

Win32] CheckBox  (0) 2016.01.17
Win32] Button  (0) 2016.01.17
Win32] Bitmap Bitblt, StretchBlt  (0) 2016.01.17
Win32 공부를 시작하면서..  (0) 2016.01.06
Win32] Menu 만들기  (0) 2016.01.06
Win32 첫 소스(기본소스)  (0) 2016.01.06
VS2010] Resource .rc 다른편집기에서 열려있습니다.  (0) 2016.01.06