일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Menu
- SetMouseDelay
- SetKeyDelay
- API
- Threads
- EnvSub
- 배열
- Var:=식
- if
- EnvDiv
- EnvAdd
- IfWinExist
- if(식)
- ControlSend
- MouseClick
- 식
- IF (식)
- Blocks
- autohotkey
- StringGetPos
- ControlGetText
- EnvSet
- DetectHiddenWindows
- SetControlDelay
- 식의 설명
- 함수
- IfInString
- EnvMult
- SetEnv
- SetTitleMatchMode
- Today
- Total
목록AUTOHOTKEY/스크립트 (38)
ㄴrㅎnㅂrㄹrㄱi
http://www.autohotkey.com/board/topic/88516-help-galaxy-online-loader-enter-key-not-working/?hl=shell.explorer ;----------------------------------------- ; 오토핫키 파일 ;----------------------------------------- ;~ --------------------------------------------------------------------- ;~ Galaxy Online Loader v.1 ;~ AHK_L ver. 1.1.09.01 or later ;~ by M4yh3m ;~ -----------------------------------------..
http://www.autohotkey.com/board/topic/89155-groupbox2/ /* Name: GroupBox2 Version: 1.1 (Mon January 14, 2013) Created: Sun January 13, 2013 Author: tidbit Syntax: GroupBox2(Text, Controls [, GuiName=1, Offset="0,0", Padding="5,5,5,5", TitleHeight=15]) Text: The Text of the title for the group box. Controls: A comma separated list of Associated Variables, Hwnd (ahk v1.1.04+), ClassNN or name/Text..
http://www.autohotkey.com/board/topic/77631-elp-extended-length-path-library-11/ Download: ELP.ahk Current version: 1.1 This is a reproduction of almost every AutoHotKey file related command for the purpose of adding support for Extended-length paths. Supports: AHK Basic, AHK_L ANSI, AHK_L Unicode x86, AHK_L Unicode x64 Extended-length paths are any file or folder paths who's total length exceed..
OnExit handle_exit Gui, +AlwaysOnTop +Owner +Resize +ToolWindow ; window for the dock Gui, Show, NoActivate w400 h400 x300 y50 , PrintScreen Gui, Add, DDL, vzoom , 0.5|1|2||4|8|16 Gui, Add, Checkbox, y12 x150 vantialize, Antialize ? Gui, Add, Slider, vdelay x220 y0 Range15-200 Gui, Add, Text, x340 y12 w80 vdelay2 WinGet PrintScreenID, id ,PrintScreen ; WinSet, Transparent , 254, PrintScreen ;ret..
;------------------------------------------------------------------------------- ; GetChildHWND.ahk ;------------------------------------------------------------------------------- GetChildHWND(ParentHWND, ChildClassNN) { WinGetPos, ParentX, ParentY,,, ahk_id %ParentHWND% if ParentX = return ; Parent window not found (possibly due to DetectHiddenWindows). ControlGetPos, ChildX, ChildY,,, %ChildC..
Custom controls Animated Gif [dll, 9KB] Baloon Tooltip ComboX Color Controls _diagramm_ Graphic Button HiEdit [dll, 43KB] HLink IL_Button ImageButton IP Address MMenu QHTM (dll, 250 or 400 KB )) Property (dll, ~50kb) RaGrid [dll, 29.5 KB] Rebar Rich Edit SB_SetProgress Scroll Bar SpreadSheet [dll, 42.5 KB] SysAnimate Tab2 With Icons Toolbar Tooltip() TreeViewX Tray XButton Gui Related: Attach A_..
[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..