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 |
Tags
- pan gesture
- code=13
- 駐車場の場所
- 롤파킹
- cerificate
- swift
- query cancelled
- Xcode11
- 駐車場
- iphone
- RollParking
- ventura
- storyboard
- error domain
- nslocalizedDescription=query cancelled
- SceneDelegate
- swift4
- localizing
- iOS13
- Xcode
- 스토리보드
- appleid
- Xcode11.1
- iPadOS
- iPadOS13
- ios
- ロールパーク
- NationalPetition
- iOS12
- safearea
Archives
- Today
- Total
목록색 (1)
HoonStyle
[MFC]List Control 색 입히기
리포트 형식의 리스트 컨트롤에서 색을 쉽게 입힐 수 있는 방법이 있어 포스팅 해봅니다. - 출처 - http://www.codeproject.com/Articles/24114/Adding-Color-to-Listview-with-Customdraw 사용되는 함수는 아래와 같다. void SetRowColor(COLORREF cf, long row); void SetColColor(COLORREF cf, long col); void SetCellColor(COLORREF cf, long row, long col); void ClrRowColor(long row); void ClrColColor(long col); void ClrCellColor(long row,long col); void SetGridMo..
Programming
2012. 8. 21. 18:34