일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IfWinExist
- StringGetPos
- IF (식)
- 식의 설명
- SetKeyDelay
- 식
- if(식)
- SetTitleMatchMode
- Menu
- ControlSend
- SetControlDelay
- EnvAdd
- EnvDiv
- EnvSet
- EnvMult
- SetMouseDelay
- if
- Var:=식
- MouseClick
- 배열
- IfInString
- Blocks
- API
- SetEnv
- autohotkey
- DetectHiddenWindows
- 함수
- Threads
- ControlGetText
- EnvSub
- Today
- Total
목록SplashImage (3)
ㄴrㅎnㅂrㄹrㄱi
SplashTextOn / SplashTextOff 스플래쉬 텍스트 윈도우를 표시·비표시한다SplashTextOff SplashTextOn [, Width, Height, Title, Text] Parameters 인수명 설명 Width 윈도우의 폭을 지정.디폴트는200. Height 윈도우의 타이틀 바를 제외한 부분의 높이를 지정.디폴트는0. Title 타이틀 바에 표시되는 텍스트를 지정.생략시는 아무것도 표시되지 않는다. Text 윈도우에 표시되는 텍스트를 지정.생략시는 아무것도 표시되지 않는다. Remarks SplashTextOn그리고 맨 앞면표시의 윈도우를 스크린의 중앙에 표시한다. 스플래쉬 텍스트 윈도우는, 스크립트 전체로1개를 공유한다. Related Progress, SplashImage,..
GUI 입력 폼 등에 사용할 수 있다GUI(을)를 작성/조작한다 아래와 같은 서브 커멘드가 있다. 설명의 양이 많기 때문에 항을 나눈다. GUI, Add, ControlType [, Options, Text] 윈도우에 컨트롤을 추가한다 추가할 수 있는 컨트롤에는 이하의 것이 있다. Text, Edit, UpDown, Hotkey, Picture, GroupBox, Button, Checkbox, Radio, DropDownList, ComboBox, ListBox, ListView, Slider, Progress, DateTime, MonthCal, Tab GUI, Tab [, Item, ControlNo] 탭 콘트롤이 있을 때, 향후 배치하는 컨트롤을 어느 탭 시트에 배치하는지를 변경 GUI,ListV..
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, ..