ContentsIntroduction Windows Hooks The CreateRemoteThread & LoadLibrary Technique Interprocess CommunicationsThe CreateRemoteThread & WriteProcessMemory Technique How to Subclass a Remote Control With this Technique When to Use this TechniqueSome Final Words Appendixes References Article History IntroductionSeveral password spy tutorials have been posted to The Code Project,but all of them rely ..
출처) http://www.codeproject.com/bitmap/cximage.asp 범용적 이미지 라이브러리 윈도우 종속적이지만 굉장히 간단한 이미지 라이브러리. .jpg .tif .bmp .png .zlib jasper 등의 이미지를 지원한다. PrefaceCxImage grew together with the CodeProject site, since 2001, andreached this level thanks to the CodeProject community. Thanks a lotfor the suggestions, the contributions and for the critiques. However,if I look at the other image processing librarie..
파일 읽기는 자주 사용하실 것인데.. CFile::Read를 사용하여도 되지만 속도 문제때문에 메모리 맵 파일을 이용한 파일 읽기 방법을 올려 들립니다.. BOOL OpenFiles(LPCSTR lpszPathName) { DWORD dwFileSize; HANDLE hFile, hFileMap; LPVOID lpvFile; hFile = ::CreateFile(lpszPathName, GENERIC_READ , 0, NULL OPEN_EXISTING, FILE_ATTRIBUTTE_NORMAL, NULL); if(hFile == INVALID_HANDLE_VALUE) { //여기에서 에러 메세지 처리.. } dwFileSize = ::GetFileSize(hFile, NULL); hFileMap = Cr..
- Total
- Today
- Yesterday
- 캐논
- 모임
- 책
- 와우
- HPUX
- 리눅스
- Japanimation
- World Of Warcraft
- 박영창
- 회식
- 일기
- 애니메이션
- 레포트
- 과제물
- wow
- 후기
- 시간표
- 프로그래밍
- SSM
- 삼성 소프트웨어 멤버십
- 오라클
- SQL 튜닝
- hp-ux
- oracle
- 영화
- 실전! 업무에 바로 쓰는 SQL 튜닝
- 오픈 소스 SW와 전략적 활용
- 실습으로 배우는 Unix System Admin (HPUX)
- 네트워크
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |