일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- EnvAdd
- SetMouseDelay
- Menu
- EnvMult
- Var:=식
- EnvSub
- IF (식)
- Threads
- ControlSend
- SetKeyDelay
- Blocks
- 식의 설명
- if(식)
- DetectHiddenWindows
- SetEnv
- SetTitleMatchMode
- 배열
- IfWinExist
- MouseClick
- EnvSet
- 함수
- autohotkey
- API
- IfInString
- ControlGetText
- if
- SetControlDelay
- EnvDiv
- 식
- StringGetPos
- Today
- Total
목록AUTOHOTKEY/유틸리티 (15)
ㄴrㅎnㅂrㄹrㄱi
윈도우 창이나 게임창을 이동해주는 프로그램입니다. 윈엠프 같은 경우 미니모드로 만들어서 상단에 올리고 싶은데 그냥 딱 달라 붙어서 약간 내리기 힘들거나. 포토샵의 기능창을 따로 움직이고 싶을 때 사용하면 편리합니다. 이동 키는 Ctrl + Alt + Shift + 방향키 저는 이런 용도로 사용하고 있습니다. ^^ ;---------------------------------------------------------------------------- ; 윈도우창 미세 이동하기 ;---------------------------------------------------------------------------- ; Developed : Choi Ho Sung, nimto@naver.com ; Copyr..
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..
창 제목과 내용, 메세지 형식을 디자인하는 툴입니다. Clipboard 버튼을 클릭하면 미리보기와 클립보드에 소스가 저장이 됩니다. 미리보기로 본 메세지창 모양 소소보기 /* MsgBox generator by oldbug http://www.autohotkey.com/forum/viewtopic.php?t=1631&p=9742#9742 Updated/Improved by Philippe Lhoste (PhiLho) */ ;#################### Form Gui Add, Text, x16 y7 w60 h15, Title Gui Add, Text, x16 y50 w60 h15, Message Gui Add, Edit, vtitle x16 y27 w390 h20, Gui Add, Edit, v..
해당 창에 대한 모든 정보를 보여주는 도구 입니다. A larger list (which can be activated on the advanced tab) shows more data: - a list of all controls and their properties of the window in question - a list of all existing windows and their properties Download the AHK Source Code Change log: ;changes since 1.6 ; - added a small gap in the mouse picker grid to identify the center (thanks fade2gray) ; - adjusted group..
http://wwWw.autohotkey.com/forum/viewtopic.php?t=4679 실행한 후에 윈도우키 + Alt + W 키를 누르면 마우스가 위치한 창의 정보를 보여줍니다. 내용을 복사 할려면 다시 한번 눌러주면 창으로 나타납니다.
FavMenu & Menu Editor for Windows XP & 2K http://www.autohotkey.com/forum/topic12412.html&highlight=favorites OVERVIEW FavMenu is Windows OS enhancer and application launcher. It stores information about your favorite folders and executables and let you quickly use your favorites within system dialogs (Open/Save, Browse For Folder, Office2003 dialogs), Console (cmd.exe), Widows Explorer and Tota..
http://www.autohotkey.com/forum/topic15885.html&highlight=lbbrowse More information: (some of the info from about.htm, on request) - IE4AHK.ahk + inc\Gui_IE.ahk + inc\Gui_IEJS.ahk + res\*.* These scripts and the resources were created by myself. The graphics are quite ugly, I'm no graphics artist. I did use some system icons and the four-leaf clover avi I found somewhere, cannot find the source...