일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SetTitleMatchMode
- MouseClick
- SetControlDelay
- StringGetPos
- EnvDiv
- 식
- EnvSet
- Menu
- 함수
- ControlGetText
- SetEnv
- if(식)
- 식의 설명
- IF (식)
- Blocks
- IfInString
- Var:=식
- API
- DetectHiddenWindows
- if
- 배열
- Threads
- SetMouseDelay
- EnvSub
- IfWinExist
- autohotkey
- SetKeyDelay
- EnvMult
- EnvAdd
- ControlSend
- Today
- Total
목록AUTOHOTKEY/스크립트 (38)
ㄴrㅎnㅂrㄹrㄱi
[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..
관련모듈 (http://www.autohotkey.com/forum/viewtopic.php?t=20097) Modules Anchor Dock Custom Controls MMenu PGui list not completed... 이전 버전
http://www.autohotkey.com/forum/viewtopic.php?t=39661 Wiki: http://wiki.singularityshift.com/wiki/ahklibs Trac: http://trac.singularityshift.com/projects/ahklibs SVN: http://svn.singularityshift.com/svn/ahklibs 각 함수 다운로드
This is a standard library COM.ahk. It requires at least AHK build 1.0.47.00. Before downloading, please read first about Standard Library 함수목록 보기 ( http://www.autohotkey.com/forum/viewtopic.php?t=22923 ) COM_Init() COM_Term() COM_VTable( ppv, idx ) COM_QueryInterface( ppv, IID ) COM_AddRef( ppv ) COM_Release( ppv ) COM_QueryService( ppv, SID [ , IID ] ) COM_FindConnectionPoint( pdp, DIID ) COM_..
http://www.autohotkey.com/forum/viewtopic.php?t=6752
http://www.autohotkey.com/forum/viewtopic.php?t=4348This function defines how controls should be automatically positioned relatively to the new dimensions of a GUI when resized. Instructions are in the script. The example is also helpful for first time users. Download Function복잡해 보이겠지만 생각보단 간편합니다.아래 함수를 보시면 아시겠지만/* Function: Anchor Defines how controls should be automatically positioned re..
X-GUI 제목에서도 뭔가 있을 듯하네요 ^^ 다운로드 관련소스 #NoTrayIcon DetectHiddenWindows On SetBatchLines -1 ScriptName = X-Gui win1Width := 250 winstep := 100 Gui1XPos := 505 CustomColor = 0000FF SliderStatus = 0 ; ##### Left Slider ########################################################## Gui, 1:Margin, 0, 0 Gui, 1:Color, %CustomColor% Gui, 1:Add, Picture, vGuiFade gGuiFade x8 ym+120 w20 h20, %A_ScriptDir%\images..