일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvDiv
- DetectHiddenWindows
- 배열
- autohotkey
- Var:=식
- ControlSend
- API
- Threads
- if
- ControlGetText
- StringGetPos
- SetEnv
- EnvAdd
- SetKeyDelay
- EnvSub
- if(식)
- Blocks
- EnvSet
- 식의 설명
- 함수
- EnvMult
- Menu
- SetTitleMatchMode
- IF (식)
- SetControlDelay
- MouseClick
- IfWinExist
- 식
- SetMouseDelay
- IfInString
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
윈도우 창이나 게임창을 이동해주는 프로그램입니다. 윈엠프 같은 경우 미니모드로 만들어서 상단에 올리고 싶은데 그냥 딱 달라 붙어서 약간 내리기 힘들거나. 포토샵의 기능창을 따로 움직이고 싶을 때 사용하면 편리합니다. 이동 키는 Ctrl + Alt + Shift + 방향키 저는 이런 용도로 사용하고 있습니다. ^^ ;---------------------------------------------------------------------------- ; 윈도우창 미세 이동하기 ;---------------------------------------------------------------------------- ; Developed : Choi Ho Sung, nimto@naver.com ; Copyr..
[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... 이전 버전