본문 바로가기 메뉴 바로가기

졸려워요

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

졸려워요

검색하기 폼
  • 분류 전체보기 (30)
    • 개봉기 (4)
    • 아이폰 (0)
    • 잡담 (3)
    • OS (5)
      • FreeBSD (1)
      • Windows & IIS (2)
    • 생활 (2)
      • 맛집 (1)
    • 행사&이벤트 (1)
    • 게임 (2)
      • FQ4 (1)
  • 방명록

vc++ (2)
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
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday

Blog is powered by Tistory / Designed by Tistory

티스토리툴바