일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 함수
- EnvAdd
- IfInString
- API
- EnvMult
- if
- Var:=식
- 식의 설명
- 배열
- EnvSub
- 식
- autohotkey
- Menu
- ControlSend
- MouseClick
- SetKeyDelay
- StringGetPos
- if(식)
- ControlGetText
- SetControlDelay
- EnvSet
- SetEnv
- DetectHiddenWindows
- EnvDiv
- Threads
- Blocks
- SetMouseDelay
- IF (식)
- IfWinExist
- SetTitleMatchMode
- Today
- Total
목록2013/01 (8)
ㄴrㅎnㅂrㄹrㄱi
http://www.autohotkey.com/board/topic/88131-hilfe-f%C3%BCr-sidebar-gesucht/?hl=shell.explorer좌측에 사이드바를 만든다. 마우스를 1 초 이상 대고 있으면 사이드가바 나타난다. #NoEnv #SingleInstance force DetectHiddenWindows, On CoordMode, Mouse, Screen H1:=A_ScreenHeight-60 Time1=400 Time2=400 OnExit,EX gui +lastfound GUIID := WinExist() Gui,margin,5,10 Gui,Color,000000,FFFFAA Gui,-Caption +ToolWindow + E0x200 -resize +AlwaysOnTop..
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/79763-macro-creator-v324-automation-tool-recorder-writer/
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/72356-ace-of-spades-server-selector-updated-for-buildandshoot/ #NoEnv ;check for portable versions If FileExist(A_ScriptDir . "\AoS\client.exe") Path := """%A_ScriptDir%\AoS\client.exe"" ""%Server%""" Else If FileExist(A_ScriptDir . "\AceOfSpades\client.exe") Path := """%A_ScriptDir%\AceOfSpades\client.exe"" ""%Server%""" Else If FileExist(A_ScriptDir . "\Ac..
http://www.autohotkey.net/~fincs/SciTE4AutoHotkey_3/web/#Downloads
http://www.autohotkey.com/board/topic/88704-gui-colour-dialogue-without-dlls/ ; Color Dialog for Autohotkey scripts without any dll calls ; Concocted by Appenzeller - for free use ; Consists of main subroutine (ColDialog), several subroutines, ; three functions and one hotkey (Left Mouse Button). ; All global names (variables, labels) start ; with "ColDlg_" to avoid conflicts ; Mode d'emploi: ; ..
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..