일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Blocks
- if(식)
- ControlSend
- ControlGetText
- SetTitleMatchMode
- EnvDiv
- SetKeyDelay
- autohotkey
- Menu
- IfWinExist
- SetControlDelay
- Threads
- API
- IF (식)
- SetEnv
- DetectHiddenWindows
- EnvSet
- 배열
- EnvMult
- EnvSub
- 함수
- StringGetPos
- MouseClick
- IfInString
- if
- SetMouseDelay
- Var:=식
- Today
- Total
목록Nimto Free style (852)
ㄴrㅎnㅂrㄹrㄱi
Even after tooltips and traytips I find myself using SplashText sometimes. Traytips are always in short supply, no matter how many apps try, only one can use it at a time. And SplashText is always more attention grabbing than Tooltips. But its usually a pain to use trial & error for sizing it just right, as it doesn't auto-size itself like tool/tray tips. Use this script to put in Title and Text..
If you remember my SplashImage Sizer script here, then you'll know what this one is about. Accept it! ..Splash windows look cool, and are useful too. But sizing them right to fit the maintexts, subtexts, images etc. and then making them look good is time consuming... so here's something to help u. Use this script to put in Text for Splash and size it using arrow keys... and when u get it right, ..
Due to your great support, my first script is now ready. Thank you guys. ; --------------------------------------------------------------------- ; Name: HotString GUI v0.2 ; Author: mallow ; Datum: 31.01.2005 ; ; Language: german/english ; Platform: tested with XP ; AutoHotkey Ver.: 1.0.25.10+ ; ; Description: ; With this script HotStrings can be managed via a GUI ; http://www.autohotkey.com/for..
이 간단한 예제 함수를 게재합니다 유용한 도구에 대한 통제 아래에 마우스 커서를 구성할 수있습니다. TargetWin = Test Window ; Generated using SmartGUI Creator 3.4 Gui, Add, Button, x16 y17 w60 h30, Button Gui, Add, Checkbox, x16 y57 w70 h30, Checkbox Gui, Add, Edit, x116 y17 w140 h70, Edit Gui, Show, x158 y318 h103 w269, %TargetWin% SetTimer, Tip, 2000 Return GuiClose: ExitApp Tip: IfWinNotActive, %TargetWin% { ToolTip Return } MouseGetPo..
This script will reveal information on windows, controls, etc. It is made public under the Attribution-NonCommercial-ShareAlike 2.5 licence from Creative Commons it requires the latest AHK version. ScreenShots of the 5 tabs (Version 1.4): 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..
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...
오토핫키에 대한 한글공식 사이트가 미흡한 상태여서 그나마 번역율이 높은 번역을 통해서 배워야 하는 입장입니다. http://j2k.naver.com/j2k_frame.php/korean/lukewarm.s101.xrea.com/ AutoHotkey (을)를 유행시키는 페이지 AutoHotkey (은)는 hot key에의 기능의 할당 등 상주 소프트의 작성에 특화한 스크립트 엔진이다. 다채로운 커멘드가 준비되어 있어GUI (을)를 가진 프로그램의 작성도 가능. GNU GENERAL PUBLIC LICENSE Version 2 아래에서 배포되는 프리 소프트로,C++ 그리고 만들어져 있다. 공식 사이트( http://www.autohotkey.com/) 에서, installer판과ZIP 어카이브(archive..
자바 스크립트 이벤트코드 표 키 | 코드(숫자) 0 = 48 1 = 49 ~ 9 = 57 A = 65 ~ Z = 90 a = 97 ~ z = 122 INSERT = 45 DELETE = 46 윈도우(왼쪽) = 91 윈도우(오른쪽) = 92 기능키 = 93 0(오른쪽) = 96 ~ 9(오른쪽) = 105 .(오른쪽) = 110 /(오른쪽) = 111 *(오른쪽) = 106 +(오른쪽) = 107 -(오른쪽) = 109 F1 = 112 ~ F12 = 123 NUMLOCK = 144 SCROLLLOCK = 145 =(중간) = 187 -(중간) = 189 `(왼쪽콤마) = 192 \(중간) = 220 ←(백스패이스) = 8 TAB = 9 ENTER = 13 SHIFT = 16 CTRL = 17 ALT = 18..