Giáo Trình How To Use AutoIt A Professional Manner part 15 doc

Giáo Trình How To Use AutoIt A Professional Manner part 1 docx

Giáo Trình How To Use AutoIt A Professional Manner part 1 docx

... REG_DWORD 0x1 Magnify REG_DWORD 0x0 Registry Keys AutoIt tạo ra các cài đặt phím đăng ký theo HKEY_LOCAL_MACHINE \ Software \ AutoIt v3 và HKEY_CURRENT_USER \ Software \ AutoIt ... risk arising out of use or performance of the SOFTWARE PRODUCT remains with you. 2. NO LIABILITY FOR DAMAGES In no event shall the author of this Software be liable for any damages...

Ngày tải lên: 08/07/2014, 20:20

5 388 1
Giáo Trình How To Use AutoIt A Professional Manner part 2 doc

Giáo Trình How To Use AutoIt A Professional Manner part 2 doc

... trợ giúp Các ví dụ. 1. Tại sao tôi không được tuổi AutoIt v2.64 tập lệnh chạy trong v3? v3 có một ngôn ngữ khác nhau để cơ cấu v2.64. Trước đó phiên bản c a AutoIt đã được sử dụng tốt cho ... chuyển đổi v2 script để v3. Chuyển đổi là khá tốt, trừ khi mã c a bạn là một Rats-nest c a gotos:) Bạn có thể tìm thấy các công cụ chuyển đổi trong "Extras" thư mục (Bắt đầu \ Aut...

Ngày tải lên: 08/07/2014, 20:20

5 339 0
Giáo Trình How To Use AutoIt A Professional Manner part 4 doc

Giáo Trình How To Use AutoIt A Professional Manner part 4 doc

... classname thường xuyên biểu (nếu bạn thường xuyên @ biểu là sai lỗi sẽ được đặt để 2)  LAST Qua c a sổ được sử dụng trong một trang trước AutoIt lệnh  ACTIVE Hiện nay hoạt động c a sổ  ... đôi. e.g. Chờ một c a sổ c a classname "Notepad" WinWaitActive ( "[CLASS: Notepad]", "") e.g. Đóng các c a sổ đang hoạt động WinClose ( "[ACTIVE]",...

Ngày tải lên: 08/07/2014, 20:20

5 339 0
Giáo Trình How To Use AutoIt A Professional Manner part 6 doc

Giáo Trình How To Use AutoIt A Professional Manner part 6 doc

... @ScriptDir A_ SCRIPTFULLPATH @ScriptFullPath A_ WORKINGDIR @WorkingDir A_ NUMBATCHLINES A_ SEC @SEC A_ MIN @MIN A_ HOUR @HOUR A_ MDAY @MDAY A_ MON @MON A_ YEAR @YEAR A_ WDAY @WDAY A_ YDAY @YDAY Chạy ... SetKeyDelay AutoItSetOption("SendKeyDelay", ) SetStoreCapslockMode AutoItSetOption("SendCapslockMode", ) SetTitleMatchMode AutoItSetOption("WinTit...

Ngày tải lên: 08/07/2014, 20:20

6 413 0
Giáo Trình How To Use AutoIt A Professional Manner part 8 docx

Giáo Trình How To Use AutoIt A Professional Manner part 8 docx

... phương có thể ch a bất cứ thứ gì từ một số vào một giá trị boolean. Vì vậy, một Array -AutoIt cũng có thể ch a khác nhau loại, thậm chí khác Arrays: $Array[0]=1 $Array[1]=true $Array[2]="Text" ... dụng ' Dim ' từ kh a. Loại dữ liệu trong Arrays Nó đã được cho rằng chỉ ch a một Array một dư liệu c a cùng một loại. Tuy nhiên, kỹ thuật nói, một trong AutoIt N...

Ngày tải lên: 08/07/2014, 20:20

6 338 0
Giáo Trình How To Use AutoIt A Professional Manner part 13 doc

Giáo Trình How To Use AutoIt A Professional Manner part 13 doc

... #NoTrayIcon không hiện icon c a chương trình trên khay hệ thống #NoTrayIcon Parameters None. Remarks Có thể sử dụng Opt ( "TrayIconHide", 1) để loại bỏ các AutoIt khay biểu tượng nhưng ... the two message boxes: ; one saying "This is from 'script.au3' file" ; and another saying "Hello from library.au3" Keyword Reference #NoTrayIco...

Ngày tải lên: 08/07/2014, 20:20

6 233 0
Giáo Trình How To Use AutoIt A Professional Manner part 15 doc

Giáo Trình How To Use AutoIt A Professional Manner part 15 doc

... 'Two', $Param3 = Default) If $Param1 = Default Then $Param1 = 'One' If $Param3 = Default Then $Param3 = 'Three' MsgBox(0, 'Params', '1 = ' ... ' & $Param1 & @LF & _ '2 = ' & $Param2 & @LF & _ '3 = ' & $Param3) EndFunc Keyword Reference Dim / Global / Local / Const kha...

Ngày tải lên: 08/07/2014, 20:20

10 183 0
Giáo Trình How To Use AutoIt A Professional Manner part 19 doc

Giáo Trình How To Use AutoIt A Professional Manner part 19 doc

... ko vẽ đc trên c a sổ đó @SW_MAXIMIZE phóng to hết cỡ c a sổ @SW_MINIMIZE thu nhỏ c a sổ @SW_RESTORE phucj hồi c a sổ @SW_SHOW hiện c a sổ đang ẩn @SW_SHOWDEFAULT hiện c a sổ ở chế dộ ... "active" nó @SW_SHOWNA hiện c a sổ nhưng ko "active" nó @SW_SHOWNOACTIVATE hiện c a sổ ở chế độ bình thường và ko "active" (chắc thế) @SW_SHOWNORMAL h...

Ngày tải lên: 08/07/2014, 20:20

6 215 0
Giáo Trình How To Use AutoIt A Professional Manner part 26 docx

Giáo Trình How To Use AutoIt A Professional Manner part 26 docx

... thì search "*.dat" sẽ đc 2 file abc.dat, asc.dat " ;a? c.dat" sẽ đc 2 file abc.dat, asc.dat "abc.*" sẽ đc 2 file abc.dat, abc.exe Khi bạn đã hoàn tất tìm kiếm với ... precedence. Also, if you create a shortcut with the same path\name as as a pre- existing shortcut, it gets overwritten with your new version. Related FileGetShortcut Example ; Sets a...

Ngày tải lên: 08/07/2014, 20:20

6 261 0
Giáo Trình How To Use AutoIt A Professional Manner part 30 docx

Giáo Trình How To Use AutoIt A Professional Manner part 30 docx

... chú ý: tên file và handle file là khác nhau, tên file là đường dẫn tới file, còn file handle là đ a chỉ c a file đc load vào trong bộ nhớ (Ram), ta ko thể dùng lẫn lôn gi a 2 cái này, hàm nào ... mở ra bởi fileopen). FileReadLine ( filehandle or "filename" [, line] ) Parameters filehandle handle file, giá trị đc trả lại bởi fileopen line dòng muốn đọc, dòng đầu tiên c a f...

Ngày tải lên: 08/07/2014, 20:20

6 374 0
Giáo Trình How To Use AutoIt A Professional Manner part 36 docx

Giáo Trình How To Use AutoIt A Professional Manner part 36 docx

... release. Time in milliseconds to pause (default=10). MouseClickDragDelay Alters the length of the brief pause at the start and end of a mouse drag operation. Time in milliseconds to pause ... don't attach (default) 1 = attach SendCapslockMode Specifies if AutoIt should store the state of capslock before a Send function and restore it afterwards. 0 = don't store/r...

Ngày tải lên: 08/07/2014, 20:20

5 222 0
Giáo Trình How To Use AutoIt A Professional Manner part 54 doc

Giáo Trình How To Use AutoIt A Professional Manner part 54 doc

... other labels (1st and 2nd parameter) and then show the 'own' labels (3rd and 4th parameter) Case $msg = $generalitem GUIChangeItems($aboutlabel, $compinfo, $startlabel, $startlabel) ... Case $msg = $aboutitem GUICtrlSetState($compinfo, $GUI_HIDE) GUIChangeItems($startlabel, $startlabel, $aboutlabel, $aboutlabel) Case $msg = $compitem GUIChangeItems($startlabel, $about...

Ngày tải lên: 08/07/2014, 20:20

5 257 0
Giáo Trình How To Use AutoIt A Professional Manner part 62 docx

Giáo Trình How To Use AutoIt A Professional Manner part 62 docx

... $GUI_ONTOP Control sẽ ở trên các control khác State values can be summed up as for example $GUI_DISABLE + $GUI_HIDE sets the control in an disabled and hidden state. If an AVI control has to ... doc. A default value for any control can be set with GUIResizeMode (Option). The automatic resizing event can be disabled if GUIEventOptions (Option) is set to 1. Related GUIEventO...

Ngày tải lên: 08/07/2014, 20:20

6 296 0
Giáo Trình How To Use AutoIt A Professional Manner part 69 docx

Giáo Trình How To Use AutoIt A Professional Manner part 69 docx

... operation of various AutoIt functions/parameters. AutoItSetOption ( "option" [, param] ) Parameters option The option to change. See Remarks. TrayIconHide Hides the AutoIt tray ... Titles & Text (Advanced) -1 to - 4 = force lower case match according to other type of match. WinWaitDelay Alters how long a script should briefly pause after a successful...

Ngày tải lên: 08/07/2014, 20:20

6 307 0
Giáo Trình How To Use AutoIt A Professional Manner part 72 docx

Giáo Trình How To Use AutoIt A Professional Manner part 72 docx

... Opt("OnExitFunc","OnAutoItExit");"OnAutoItExit" called Opt("PixelCoordMode", 1) ;1=absolute, 0=relative, 2=client Opt("SendAttachMode", 0) ;0=don't attach, 1=do attach ... Opt("TrayAutoPause",1) ;0=no pause, 1=Pause Opt("TrayIconDebug", 0) ;0=no info, 1=debug line info Opt("TrayIconHide", 0) ;0=show, 1=h...

Ngày tải lên: 08/07/2014, 21:20

6 289 0
w