일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ControlGetText
- 배열
- if(식)
- MouseClick
- SetTitleMatchMode
- SetEnv
- SetMouseDelay
- IfWinExist
- IF (식)
- StringGetPos
- ControlSend
- Var:=식
- SetControlDelay
- API
- 식의 설명
- EnvAdd
- EnvDiv
- Blocks
- if
- Menu
- IfInString
- EnvSub
- DetectHiddenWindows
- EnvMult
- Threads
- EnvSet
- autohotkey
- 함수
- SetKeyDelay
- 식
- Today
- Total
목록2009/01/12 (8)
ㄴrㅎnㅂrㄹrㄱi
[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..
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..
[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_..