일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 함수
- if
- Var:=식
- 식
- API
- 배열
- StringGetPos
- MouseClick
- 식의 설명
- DetectHiddenWindows
- if(식)
- ControlSend
- Threads
- EnvAdd
- SetMouseDelay
- IfWinExist
- EnvSet
- EnvSub
- SetControlDelay
- SetEnv
- SetKeyDelay
- IF (식)
- EnvDiv
- autohotkey
- Blocks
- SetTitleMatchMode
- Menu
- ControlGetText
- IfInString
- EnvMult
- Today
- Total
목록전체 글 (852)
ㄴrㅎnㅂrㄹrㄱi
API Spy for Windows 95/98/ME/NT/2000/XPVersion: 2.5 APIS32 ( API Spy ) - is the best tool for examine Windows API functions used by 32 bit Windows applications. It allows to examine any known API function`s calls that are resolved during the program load time and are given by APIS32. APIS32 will work with Windows95/98/ME and Windows NT/2000/XP applications which will be executed on the any Win32..
http://www.google.com/uds/solutions/localsearch/reference.html Local Search Control for Google Maps - default.html @import url("http://www.google.com/uds/css/gsearch.css"); @import url("http://www.google.com/uds/solutions/localsearch/gmlocalsearch.css"); #map { border : 1px solid #979797; width : 100%; height : 600px; } // function load() { if (GBrowserIsCompatible()) { // Create and Center a Ma..
http://blog.naver.com/jinsoo79/40023480400 .. Win32 API 주요 함수 AdjustWindowRect : BOOL AdjustWindowRect(LPRECT lpRect, DWORD dwStyle, BOOL bMenu); 작업 영역의 크기는 윈도우 크기에서 타이틀 바와 경계선, 메뉴, 스크롤 바 등의 영역을 제외한 영역이다. 일반적으로 MoveWindow, SetWindorPos 등의 함수로 윈도우 크기는 원하는대로 바꿀 수 있지만 작업 영역의 크기를 원하는대로 설정하는 방법은 없다. 작업 영역을 특정한 크기대로 설정하려면 이 함수로 원하는 윈도우 크기를 먼저 계산하고 MoveWindow 등의 함수로 윈도우 크기를 변경해야 한다. 이 함수는 윈도우의 스타일(타이틀 ..
원형 HWND CreateWindowEx(DWORD dwExStyle, LPCTSTR lpClassName, LPCTSTR lpWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HANDLE hInstance, LPVOID lpParam); MFC 원형 BOOL CWnd::CreateEx( DWORD dwExStyle, LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, int x, int y, int nWidth, int nHeight, HWND hwndParent, HMENU nIDorHMenu, LPVOID lpParam ..
http://www.autohotkey.com/board/index.php?app=core&module=search&do=search&fromMainBar=1 StringCaseSense On Chars = ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/ gui, add, button, w100 gOpen,Open File gui, add, text, x+10,var name: gui, add, edit, x+10 w100 vName,File gui, add, text, x+10,extract to: gui, add, edit, x+10 w100 vwriteto,file.ext gui, add, edit, r40 w510 vOutput ..
모든이 들에게 이름이 가져다 주는 의미는 매우 크다. 이름때문에 웃고 우는 일도 상당히 있다. 더우기 비 영어권인 우리 한국으로부터의 이민자들이 사전 조사와 준비 없이 한국 이름의 영어 스펠을 잘못 골라 마추어 사용할 경우 이름때문에 불편이나 수모를 겪는 경우도 있다. 만일, 자신이나 식구들의 이름을 영어 발음대로 쓸 경우 좋지않은 의미로 오인될 소지가 있다고 판단 되면 새로운 영어 이름을 짓는것을 참고 해 볼수도 있다. 어떤 양식이 모자라는 서양인들은, ㅇ 받침이 많은 중국과 한국계의 이름을 빗대어 “칭-총-챙”, “원-헝-로” 하면서 놀려 대기도 한다. 우리의 자녀들이 학교에서나 사회에서 잘못 쓰여진 이름때문에 짖궂은 동료들로 부터 놀림을 당하기도 한다. 이는 우리의 이름들이 대다수인 서양식 이름보다..
passwd = "1334512345" ; 암호 Data = "codedata:http://infoki.net" ; 암호화 코드 Crypt_string := Crypt(Data, passwd) MsgBox, %Crypt_string% ; 암호화된 문자 Decrypt_string := Decrypt(Data, Crypt_string) MsgBox, %Decrypt_string% ; 암호 해독된 문자 ;------------------------------------------------------------- ; 암호 인코드 디코드 ;------------------------------------------------------------- Crypt(Data,_string) { local f, r f ..
;------------------------------------------------------------- ; 숫자에 컴마 찍기 ;------------------------------------------------------------- FormatNumber(_number) { StringReplace _number, _number, - IfEqual ErrorLevel,0, SetEnv Sign,- Loop Parse, _number, . If (A_Index = 1) { len := StrLen(A_LoopField) Loop Parse, A_LoopField If (Mod(len-A_Index,3) = 0 and A_Index != len) x = %x%%A_LoopField%, Else..
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..