일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ControlSend
- IF (식)
- EnvDiv
- API
- SetMouseDelay
- Threads
- MouseClick
- Var:=식
- EnvSub
- 함수
- IfInString
- DetectHiddenWindows
- SetEnv
- StringGetPos
- if
- autohotkey
- SetTitleMatchMode
- if(식)
- 배열
- ControlGetText
- EnvSet
- 식의 설명
- Blocks
- Menu
- EnvMult
- IfWinExist
- SetKeyDelay
- SetControlDelay
- EnvAdd
- 식
- Today
- Total
목록Edit (67)
ㄴrㅎnㅂrㄹrㄱi
방성룡님의 글 (박성룡 ( Andrew park )) 출처 : https://medium.com/@pks2974/javascript-%EC%99%80-date-%EB%82%A0%EC%A7%9C-cf638c05f8f3 자바스크립트를 처음부터 다시 공부해보려고 한다. Javascript 에서 Date 는 유닉스 타임스탬프 를 사용한다. Unix Time Unix time 은 POSIX 시간이나 Epoch 시간이라고 부르기도 한다. 1970년 1월 1일 00:00:00 협정 세계시(UTC) 부터의 경과 시간을 초로 환산하여 정수로 나타낸다. 유닉스 시간 - 위키백과, 우리 모두의 백과사전 Edit description ko.wikipedia.org UTC UTC 는 1972년 1월 1일부터 시행된 국제 표준시..
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/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/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..
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_..
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..