목록분류 전체보기 (36)
Lumiroot
이클립스의 기본 폰트인 Courier New 입니다. 프로그래밍 폰트가 갖춰야 할 요소는 모두 가지고 있습니다. 그리고 폰트 인기 순위 1위를 차지하고 있는 Bitstream Vera Sans Mono 입니다. 원본 폰트에는 한글 폰트가 궁서체로 되어 있다는 약점이 있었지만 어떤 고마우신분께서 친히 한글 폰트를 맑은고딕으로 바꾸시는 작업을 해놓셨습니다. ProFontWindows 입니다. 그냥 귀여워서... 다음은 Microsoft Visual Studio의 Consolas 입니다. 개인적으로 가장 마음에 들어서 주력으로 사용중입니다. 마찬가지로 한글 폰트를 맑은고딕으로 변환한 버전입니다. ClearType으로 설정해놓지 않고 트루타입 폰트를 사용한다면 캐안습이니 꼭 설정하시길 바립니다. 이거슨 프로그래..
설치 프로그램을 만든는 프로그램 ㅋ {Reg:HKLM,SOFTWARE\Blizzard Entertainment\World of Warcraft,InstallPath}; {ProgramFiles}\World of Warcraft http://wow.somegate.com/topic.php?topic_uid=74043
컴퓨터 사양 체크
출처 : Tong - navy9370님의 MFC통 1. DC얻기 CClientDC dc(this); 2. Client 영역 구하기 GetClientRect(&rect); WM_SIZE 메시지발생후 cx,cy 사용 3. 문자열 사각형안에 그리기 pDC->DrawText(문자열,사각형,Style); Style: DT_BOTTOM - 문자열을 사각형 맨아래줄에배열 반드시 DT_SINGLELINE과 함께사용 DT_CENTER - 문자열을 가로중앙에 배치 DT_VCENTER - 문자열을 세로중앙에 배치 DT_LEFT,RIGHT - 문자열을 좌,우로 배치 DT_SINGLELINE - 문자열을 한줄로만 쓴다 4. Brush 사용법 CBrush brushname(RGB(red,green,blue)); //브러쉬 생성 ..
프로그램을 작성하다 보면 각 클래스들의 포인터가 필요한 경우가 있습니다. 다음과 같은 방법을 사용하면 각 클래스의 포인터를 얻을 수 있습니다. App App는 전역변수로 theApp라고 선언되어 있습니다. 만약 이를 사용하고자 한다면 Myprog.h파일의 끝부분에 extern CMyprogApp theApp; 라고 선언하면 프로그램의 어디서든 사용가능합니다. AfxGetApp()라는 함수를 사용하면 App의 포인터를 얻을 수 있습니다. CMyprogView * pView = (CMyprogView *)(pFrame -> GetActiveView ()); CMyprogDoc *pDoc = pView -> GetDocument (); dlg 에서 Doc pointer 얻는 방법 GetParent () -> ..
How to initialize child controls in a derived CDialogBar View products that this article applies to. Article ID : 185672 Last Review : November 21, 2006 Revision : 3.1 This article was previously published under Q185672 SUMMARY When creating a simple CDialogBar, such as one with only CButtons similar to MFC's print preview, it is not necessary to derive from CDialogBar because the parent of CCon..
Letter Corresponding Phoenician letter Name Transliteration1 Pronunciation Numeric value English Ancient Greek Medieval Greek (polytonic) Modern Greek (info) Ancient Greek Modern Greek Classical Ancient Greek Modern Greek Α α Aleph Alpha ἄλφα άλφα a [a] [aː] [a] 1 Β β Beth Beta βῆτα βήτα b v [b] [v] 2 Γ γ Gimel Gamma γάμμα γάμμα γάμα g gh, g, y [g] [ɣ], [ʝ] 3 Δ δ Daleth Delta δέλτα δέλτα d d, dh..