CEdit 썸네일형 리스트형 [MFC] CEdit 입력 제어 오늘은 제목과 같이 CEdit에 대해서 알아보도록 하겠습니다. 입력 받는 창을 Edit입니다. 사용자에 입력을 받거나 원하는값을 넣어 주는것이 바로 Edit담당입니다. 백문이 불여 일견이라 ;; 한번 직접 해보시는것이 더 빠르게 오실듯 싶습니다. 1. 파일 -> 새 프로젝트 -> MFC 응용프로그램 선택 -> 이름을 정하신후 확인 2. 응용프로그램 종류에서 -> 단일 문서 (SDI)를 선택후 -> 마침을 클릭하시기 바랍니다. 모든 컨트룰 에 기본적인 함수가 Create()입니다. 이것은 컨트룰를 생성하는 기본중 기본함수로 어떤 형식인지 보도록 하겠습니다. virtual BOOL Create( DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID ); .. 더보기 [MFC] CEdit Styles Edit Styles Visual Studio 2010 http://msdn.microsoft.com/ko-kr/library/6e36b89f(v=vs.100).aspx ES_AUTOHSCROLL Automatically scrolls text to the right by 10 characters when the user types a character at the end of the line. When the user presses the ENTER key, the control scrolls all text back to position 0. ES_AUTOVSCROLL Automatically scrolls text up one page when the user presses ENTER on the .. 더보기 이전 1 다음