2009-04-13 오후 8:39:47 Detours 2.1 Express 216 , VS2005 withdll 포함 모든 프로젝트를 /MT 옵션으로 컴파일함 __declspec(dllexport) VOID WINAPI TimedSleep(DWORD dwMilliseconds) // Watch Out!!! { DWORD dwBeg = GetTickCount(); TrueSleep(dwMilliseconds); DWORD dwEnd = GetTickCount(); InterlockedExchangeAdd(&dwSlept, dwEnd - dwBeg); printf("Slept %d ticks.\n", dwSlept); fflush(stdout); } Mircrosoft Detours 2.1 Build 216..
PowerPro Plug-in bee.dll 과 함께 사용하는 프로그램입니다. #include "stdafx.h"#include "CmdLineParser.h" void WINAPI initializeDefault();void WINAPI parseCommandLine();COLORREF WINAPI parseColor(CString); HINSTANCE hInstanceMain; int cxScreen; // The width of the screen, in pixels.int cyScreen; // The height of the screen, in pixels. CString m; // Notice Messageint x; // x-coordinate of starting positionint y;..
- Total
- Today
- Yesterday
- Automation
- iText
- Phalanger
- DotNetMagic
- ScreenHunter
- java
- .net framework
- AdSense감추기
- 유틸리티
- Microsoft
- registry
- WinAutomation
- iTextSharp
- download.com
- 애드센스숨기기
- c#
- autohotkey
- 애드센스감추기
- 스크린캡쳐
- tagREADYSTATE
- Regular Expressions
- Rollback Rx
- AxWebBrowser
- Sample Code
- READYSTATE_COMPLETE
- windows
- AdSense숨기기
- jre
- Service pack
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |