일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ControlGetText
- Blocks
- SetMouseDelay
- autohotkey
- EnvSub
- SetEnv
- 식의 설명
- EnvSet
- EnvAdd
- if
- MouseClick
- EnvDiv
- IF (식)
- Menu
- IfWinExist
- EnvMult
- SetControlDelay
- Var:=식
- API
- DetectHiddenWindows
- 식
- IfInString
- if(식)
- ControlSend
- 배열
- 함수
- SetKeyDelay
- StringGetPos
- Threads
- SetTitleMatchMode
- Today
- Total
목록2007/10/25 (4)
ㄴrㅎnㅂrㄹrㄱi
API Spy for Windows 95/98/ME/NT/2000/XPVersion: 2.5 APIS32 ( API Spy ) - is the best tool for examine Windows API functions used by 32 bit Windows applications. It allows to examine any known API function`s calls that are resolved during the program load time and are given by APIS32. APIS32 will work with Windows95/98/ME and Windows NT/2000/XP applications which will be executed on the any Win32..

http://www.google.com/uds/solutions/localsearch/reference.html Local Search Control for Google Maps - default.html @import url("http://www.google.com/uds/css/gsearch.css"); @import url("http://www.google.com/uds/solutions/localsearch/gmlocalsearch.css"); #map { border : 1px solid #979797; width : 100%; height : 600px; } // function load() { if (GBrowserIsCompatible()) { // Create and Center a Ma..
http://blog.naver.com/jinsoo79/40023480400 .. Win32 API 주요 함수 AdjustWindowRect : BOOL AdjustWindowRect(LPRECT lpRect, DWORD dwStyle, BOOL bMenu); 작업 영역의 크기는 윈도우 크기에서 타이틀 바와 경계선, 메뉴, 스크롤 바 등의 영역을 제외한 영역이다. 일반적으로 MoveWindow, SetWindorPos 등의 함수로 윈도우 크기는 원하는대로 바꿀 수 있지만 작업 영역의 크기를 원하는대로 설정하는 방법은 없다. 작업 영역을 특정한 크기대로 설정하려면 이 함수로 원하는 윈도우 크기를 먼저 계산하고 MoveWindow 등의 함수로 윈도우 크기를 변경해야 한다. 이 함수는 윈도우의 스타일(타이틀 ..
원형 HWND CreateWindowEx(DWORD dwExStyle, LPCTSTR lpClassName, LPCTSTR lpWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HANDLE hInstance, LPVOID lpParam); MFC 원형 BOOL CWnd::CreateEx( DWORD dwExStyle, LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hwndParent, HMENU nIDorHMenu, LPVOID lpParam ..