일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvSet
- IfWinExist
- 배열
- 식의 설명
- StringGetPos
- Threads
- IfInString
- autohotkey
- SetMouseDelay
- SetTitleMatchMode
- Menu
- EnvMult
- 식
- EnvSub
- ControlGetText
- ControlSend
- Blocks
- EnvAdd
- if
- 함수
- API
- Var:=식
- MouseClick
- IF (식)
- if(식)
- SetEnv
- SetControlDelay
- EnvDiv
- DetectHiddenWindows
- SetKeyDelay
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
http://ioncube.co.kr/ 제작 개요파일 하나를 수정해서 바로 적용하고자 할때 다시 전체 파일을 컴파일하는 것은 시간적으로나 엑세스 조건등 이것을 간결하게 파일별로 컴파일이 가능하도록 아이온큐브의 명령어를 이용해서 쉽게 컴파일 할수 있게 해주는 유틸리티 이다여러 프로젝트를 작업한다면 디렉토리 별로 프로그램을 복사해서 설정파일 XML 파일을 수정해서 사용자 도구에 등록하면 프로젝트 별로 컴파일이 가능하다.개인적인 사용 목적에 의해서 제작 하긴 했지만 사용법에 이해가 안되거나 하면 댓글을 통해서 알려주세요.한번 해두면 그리고 한번 설정하는 방법말 알면 다음 부터는 편한 작업이 가능합니다. 명령 : C:\Program Files (x86)\EditPlus 3\IoncubeShell.exe인수 : ..
http://www.autohotkey.com/forum/topic8864.html&highlight=author+salvatore+agostino+romeo /* Author: Salvatore Agostino Romeo E-Mail: romeo84@gmail.com Description: This script is usefull to navigate between folders in a very fast way. Functions: 1)browse rapidely your folders and open files from here 2)favourites folders submenu 3)option to browse for folders and open this folders in dialogs suc..
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..
;************************************************************** ;******* Function collection for AHK by Rubberduck ************ ;************************************************************** ;******* sorted alphabetically ******************************** ;**** Function Abs(In_Val) ;**** negative In_Values are returned positive -5 => 5 Abs(In_Val) { local Ret_Val Transform, Ret_Val, Abs, %In_Val..
exe2Ahk.exe 파일을 이용한 역컴파일 툴입니다. ;---------------------------------------------------------------------------- ; MiniTool ;---------------------------------------------------------------------------- ; Developed : Choi Ho Sung, nimto@naver.com ; Copyright : nimto (c)2005 All rights reserved. ;---------------------------------------------------------------------------- ; Ver 0.1 2007-01-01 ;-------..
설정방법 첫번째 인자 : 검색해야 할 주소 (PHP 인경우에는 http://kr2.php.net/ 가 됩니다.) 만약에 네이버에서 검색을 할려면 http://search.naver.com/search.naver?query= 까지 넣으면 됩니다. 두번째 인자 : %CURTOKEN% (커서 위치의 단어) 첫번째와 두번째 인자는 한칸 띄워서 기록합니다. : http://kr.php.net/ %CURTOKEN% 작업디렉토리는 상관 없습니다. 아크로 에디트 편집중에 원하는 함수나 상수 등ㅇ 커서를 위치하고 지정한 핫키 (저는 F7 로 설정) 를 누르면 같은 브라우저 창에서 검색해서 보여줍니다.;-------------------------------------------------------------------..
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_..