일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SetKeyDelay
- SetEnv
- EnvAdd
- Menu
- IfWinExist
- ControlGetText
- Var:=식
- MouseClick
- IfInString
- API
- Blocks
- SetTitleMatchMode
- StringGetPos
- EnvMult
- ControlSend
- IF (식)
- autohotkey
- if
- SetMouseDelay
- 식의 설명
- EnvSet
- Threads
- 배열
- if(식)
- EnvSub
- 함수
- SetControlDelay
- EnvDiv
- DetectHiddenWindows
- 식
- Today
- Total
목록2009/01 (49)
ㄴrㅎnㅂrㄹrㄱi
http://www.box.net/shared/elioxvqy8a
아이들이 다치고 사상자가 있는거 같아서 마음이 아프네요.
사이드바에 광고들이 뜨길래 확인 해보니.. 이올린이 이렇게 테러를 당했다.. 이올린 정도 되는 사이트가 이런 광고에 취약점을 가지고 있다는게 놀랍기도 하고 실망스럽기도 했다.. 이울린 추천글이나 이올린 관련 위젲을 달아 둔곳은 공짜로 이런 광고를 송출해 버리고 말았다. 물론 이글을 쓰는 이 시간 까지도... 이런 광고는 신고를 해서라도 법적 대응을 해야 하지 않을까..
[module] Properties 0.2 This is general editor viewer for settings/properties in the form of includable module, that can be controled via exposed API. Current API Code (Copy): Properties_Add( pProperty, pNo=-1 ) Properties_AddFromFile( file ) Properties_AddFromText( text ) Properties_Create(pHandler, title="", flags="", GuiNum=89) Properties_Clear() Properties_GetValue( pName ) Properties_Hide()..
[module] MMenu 1.0 b1 http://www.r-moth.com/code/AHK/MMenu/files/includes/MMenu-ahk.html MMenu is the replacement for the standard AutoHotKey Menu command. Among other options, it alows menu items to have icons, and solves limitation of standard menus about item identification – besides title, which is nonreliable way to identify items, MMenu gives you an option to identify menu items by ID or p..
Custom GUI Controls & GUI related This is the list of controls that are ready to use in your GUIs by simply including the modules in your script (or doing something similarly easy). I provided only controls that are encapsulated well. Those that require user intervention, badly or not document, obviously buggy etc.. are not included. I will add new controls to this list as they are created. Cust..
[module] Dock 1.0 (testing 2.0 b3) Example Code (Copy): Run notepad,,,nPID WinWait ahk_pid %nPID% Dock_HostID := WinExist("ahk_pid " . nPID) Gui +LastFound -Caption +ToolWindow +Border Gui Add, Text,,Docked Window Gui Show Dock(WinExist(), "0,0,0, 0,-1,-5, 0,120, 0,30") ; above, left, fixed width return #include Dock.ahk See also Title Button History v2.0 b3 - Fixed bug with "working cursor" and..
Control Anchoring v4 for resizing windows 샘플코드 ; Note: this script corresponds with the latest development release of Anchor - version 4.60a ; #Include Anchor.ahk ; this is only required if the script is not in your StdLib directory Gui, +Resize +MinSize Gui, Add, Edit, vMyEdit w400 h150, Resize this window Gui, Add, Button, vMyButton x300 y160 Default gWin2, Open Window 2 Gui, Add, GroupBox, vM..