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 |
Tags
- plcrashreporter
- 블루투스 헤드셋
- C#
- 자바스크립트
- Font
- php
- 크래시로그
- self-signed ssl
- docker
- MFC
- 데이터 전달
- net
- EUC-KR
- Antialiasing
- PDA
- JavaScript
- protobuf-c
- 설치제거
- 와이브로
- C/C++
- crashlog
- phpmailer
- 기념일관리
- API
- GDI
- VS2008
- 한 번만 실행
- .net
- ClickOnce
- M8200
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