일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ControlSend
- 함수
- SetEnv
- API
- Menu
- autohotkey
- EnvAdd
- EnvMult
- EnvDiv
- 식
- StringGetPos
- 식의 설명
- IfInString
- Var:=식
- DetectHiddenWindows
- IfWinExist
- 배열
- MouseClick
- Threads
- EnvSub
- EnvSet
- SetMouseDelay
- ControlGetText
- Blocks
- SetTitleMatchMode
- if(식)
- SetControlDelay
- IF (식)
- SetKeyDelay
- if
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
창 제목과 내용, 메세지 형식을 디자인하는 툴입니다. 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..
BASS Library - extreme AHK sound power! [ description ] BASS for powerful AHK soundplay >:D ! It gives AHK power to play: AIFF, AIF, AIFC, MP1, MP2, MP3, OGA, OGG, WAV, MO3, XM, MOD, S3M, IT, MTM, UMX soundfiles and STREAM on-the-fly plus 3d effects using EAX in a tiny 96KB dll. BASS can be extended with plugins, supporting formats like: FLAC, WMA, WMP, WMV, ASF, MID, MIDI, RMI, KAR, WV, WVC, AA..
해당 창에 대한 모든 정보를 보여주는 도구 입니다. 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 키를 누르면 마우스가 위치한 창의 정보를 보여줍니다. 내용을 복사 할려면 다시 한번 눌러주면 창으로 나타납니다.
http://www.autohotkey.com/forum/viewtopic.php?t=3284 CustomMsgBox("Title","This MsgBox has a red font!","","cRed") CustomMsgBox("Title","This MsgBox has a blue italic Tahoma font!","Tahoma","cBlue Italic") CustomMsgBox("Title","This MsgBox has a white font and black background!!","","cWhite","Black") CustomMsgBox("Title","This MsgBox has a black Lucida Console font and horrible yellow background..
There are 156 pages in this category. Command List A AutoTrim B BlockInput Break C Click ClipWait Continue Control ControlClick ControlFocus ControlGet ControlGetFocus ControlGetPos ControlGetText ControlMove ControlSend ControlSetText CoordMode Critical D DetectHiddenText DetectHiddenWindows DllCall Drive DriveGet DriveSpaceFree E Edit Else EnvAdd EnvDiv EnvGet EnvMult EnvSet EnvSub EnvUpdate E..
http://www.autohotkey.com/wiki/index.php?title=Script_Listing :: SmartGUI Creator :: by Rajat (핫키로 제작된 GUI 편집기) A handy dialogue technique! (and colorful msgbox's ^_^) by Areilius (경고 메세지 창에 배경색과 글자색을 지정하는 함수) Animated Splash Screens by PhiLho (전체 화면 메세지 출력하기) Assign bitmap to any item in any AHK menu by shimanov (메뉴에 비트맵으로 아이콘 출력하기) Control Anchoring - for resizing windows by Titan (Anchor.ahk ..