일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 윈도우즈
- USB메모리
- 파이어폭스
- Okazaki Ritsuko
- 자바스크립트
- MFC
- Firefox
- Hirano Aya
- 리눅스
- 오카자키 리츠코
- VMware
- KBS
- synology
- 프린터
- gentoo
- 岡崎律子
- 마비노기
- vbscript
- 프로그램
- php
- 平野綾
- 백업
- youtube
- Microsoft
- xml
- 맞춤법
- KBS한국어능력시험
- 벤치마크
- 옥션
- 한국어
Archives
- Today
- Total
목록status bar (1)
ARCHIVE ...
상태바 (Status Bar)
선언 // CMainFrame protected: CStatusBar m_wndStatusBar; // vs 6 CMFCStatusBar m_wndStatusBar; indicator(상태바 아이템) static UINT indicators[] = { ID_SEPARATOR, // status line indicator ID_INDICATOR_CAPS, ID_INDICATOR_NUM, ID_INDICATOR_SCRL, }; 생성 // int CMainFrame::OnCreate() if (!m_wndStatusBar.Create(this)) { TRACE0("Failed to create status bar\n"); return -1; // fail to create } m_wndStatusBar.Set..
MFC
2010. 3. 1. 21:39