일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvMult
- ControlSend
- MouseClick
- 식의 설명
- Blocks
- autohotkey
- EnvSub
- SetKeyDelay
- Menu
- SetMouseDelay
- 함수
- EnvAdd
- EnvSet
- ControlGetText
- Var:=식
- if(식)
- IfWinExist
- SetTitleMatchMode
- SetControlDelay
- Threads
- IfInString
- EnvDiv
- API
- 배열
- IF (식)
- SetEnv
- DetectHiddenWindows
- StringGetPos
- if
- 식
- Today
- Total
목록API (31)
ㄴrㅎnㅂrㄹrㄱi
[API]강좌(4)
[API]강좌(3)ptMaxTrackSize.x = 300; ((MINMAXINFO *)lParam)->ptMaxTrackSize.y = 150; ((MINMAXINFO *)lParam)->ptMinTrackSize.x =300; ((MINMAXINFO *)lParam)->ptMinTrackSize.y = 150; return FALSE; case WM_DESTROY : PostQuitMessage(0); return FALSE; } return DefWindowProc(hWnd, mesg, wParam, lParam); } 위 예제는 윈도우를 300, 150 크기로 생성하고 그 크기를 변경하지 못하게 하는 예제입니다. 자 그러면 실제적으로 WM_GETMINMAXINFO 메시지 처리 부분을 보도록 합시다..
[API]강좌(1)
http://blogs.msdn.com/dougste/default.aspx After a long gap from the last release of WinDBG, the debugger team have released an update. Note that this is a preview or beta release however in my experience such releases from the debugger team are rock solid and as stable as "proper" releases. Also, the installation impact of the debugger package on a system is fairly minimal so if you have a prob..
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 등의 함수로 윈도우 크기를 변경해야 한다. 이 함수는 윈도우의 스타일(타이틀 ..
http://www.autohotkey.com/forum/topic15885.html&highlight=lbbrowse More information: (some of the info from about.htm, on request) - IE4AHK.ahk + inc\Gui_IE.ahk + inc\Gui_IEJS.ahk + res\*.* These scripts and the resources were created by myself. The graphics are quite ugly, I'm no graphics artist. I did use some system icons and the four-leaf clover avi I found somewhere, cannot find the source...