CString to Hex
// CString 문자열의 값을 HEX 값(16진수)로 리턴하는 함수입니다. // 조금 응용하면 다르게 표현도 가능하겠죠 ㅎㅎ CString ConvertToHex(CString data) { CString returnvalue; for (int x = 0; x < data.GetLength(); x++) { CString temporary; int value = (int)(data[x]); returnvalue.format("%02X ", value); returnvalue += temporary; } return returnvalue; }
개발/C & C++
2008. 3. 11. 16:22
Keep your Window Always On Top
윈도우를 항상 위에 보여주는 소스입니다. Introduction This article show you how to keep a window always on top. A friend asked me about this question,I searched it on the internet and found some codes but none of them works well,so I think it is necessary to write a article about to help the beginners. To keep a window always on top,you should do as flowing: 1.Create a Dialog based project(Similarly,you can creat..
개발/C & C++
2008. 3. 6. 19:14
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- random colors
- FreeBSD
- php
- LOG_FILE_MAX_SIZE_TRUNCATE
- 샤오이
- 실패한요청규칙추적
- GanttChart
- 샤오미
- 小米
- chromecast
- 스마트웹캠
- iis7
- syntaxhighlight
- 아이폰
- 크롬캐스트
- 컬러스킴
- GVim
- VIM
- 아이폰가죽케이스
- vc++
- Natural Ergonomic Desktop 7000
- ignore pattern
- 무시 패턴
- win2k8
- FREB
- apache22
- 小蚁智能摄像机
- 小蚁
- gantt
- GanttCalendar
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함