Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- crashlog
- 한 번만 실행
- docker
- C/C++
- GDI
- Font
- self-signed ssl
- API
- phpmailer
- EUC-KR
- 기념일관리
- protobuf-c
- php
- 와이브로
- 크래시로그
- ClickOnce
- PDA
- M8200
- JavaScript
- VS2008
- 블루투스 헤드셋
- net
- 자바스크립트
- 설치제거
- C#
- plcrashreporter
- .net
- MFC
- 데이터 전달
- Antialiasing
Archives
- Today
- Total
목록CSpinButtonCtrl (1)
~☆~ 우하하!!~ 개발블로그
MFC 4.x 와 MFC 9.x 의 차이점 (스핀컨트롤 CreateEx)
MFC 4.x 에서 코딩할 경우 CSpinButtonCtrl::CreateEx 는 다음과 같이 정의되어 있다. BOOL CreateEx(DWORD dwExStyle, LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, LPVOID lpParam = NULL); 위 정의는 CSpinButtonCtrl 클래스의 부모 클래스인 CWnd 클래스의 멤버함수 정의이다. MFC 9.x 에서는 CSpinButtonCtrl 의 멤버함수인 CreateEx 를 사용하게 된다. 이 멤버함수의 정의는 다음과 같다. // Generic creator allowing extended styl..
MFC
2008. 12. 5. 11:30