AutoIT Help part 8 pps
... được cung cấp với AutoIt như họ không tất cả được kiểm tra theo x64. Bạn có thể chạy x86, phiên bản của AutoIt bấm chuột phải vào một tập lệnh và lựa chọn "Chạy Script (x86)". Nếu ... trên Windows 64-bit AutoIt có được một truyền thống 32-bit, ứng dụng. Với phiên bản 3.2.10.0 native x64 phiên bản của một số thành phần đã được thêm vào, bao gồm: AutoIt (AutoIt3 _x64.e...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 15 pps
... #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 nó vẫn sẽ được hiển thị cho một lần thứ hai khi script bắt đầu.
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 18 ppsx
... $string = "" Related Func OnAutoItExit (), OnExitFunc (Option) Example MsgBox(0,"","first statement") Func OnAutoItStart() MsgBox(0,"","Before ... statement") EndFunc Keyword Reference Func OnAutoItExit () EndFunc định nghĩa một hàm sẽ đc gọi sau khi script thoát Func OnAutoItExit ( ) EndFunc Parameters None. Rem...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 19 pps
... $chessBoard [8] [8] Local $mouseCoordinates[2], $windowStats[4] ; Example 3 - Declaring constant variables Const $x1 = 11, $y1 = 23, $z1 = 55 Global Const $PI = 3.14159, $E = 2.7 182 8 Local ... $h = -2 Related UBound, ReDim, AutoItSetOption Example ; Example 2 - Declaring arrays Dim $weeklyWorkSchedule[$_daysWorking] Global $chessBoard [8] [8] Local $mouseCoordinates[2], $w...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 20 pps
... giữa 1~20 cho các phần tử $X[$I][$K] = $T $Y[$I][$K] = $T Next Next ReDim $X[3] [8] Dim $Y[3] [8] $MSG = "" For $I = 0 To UBound($X, 1) - 1 For $K = 0 To UBound($X, 2) ... $i là:", $i) $i = $i + 1 WEnd Macro Reference - AutoIt Related Dưới đây là một danh sách các macro có trong AutoIt Các danh sách đầy đủ các macros tại đây . Macro Descr...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 21 ppsx
... @AutoItExe đường dẫn đầy đủ (full path có cả tên file lun) của autoit run script @AutoItPID PID của các quá trình đang chạy = autoit. @AutoItVersion phiên bản của autoit đang dùng @AutoItX64 ... lỗi đc đặt bởi hàm SetError @exitCode lấy mã đc trả lại bởi hàm Exit @exitMethod xem hàm OnAutoItExit(). @extended Mở rộng hoạt động trở lại - được sử dụng cho một số chức năng như...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 23 ppsx
... (KB):", $mem[1]) Function Reference ConsoleRead Read from the STDIN stream of the AutoIt script process. ConsoleRead ( [peek = false[, binary = false ]]) Parameters peek If true ... process or other error. Remarks ConsoleRead reads from the console standard input stream of the AutoIt script process, which is normally used by console applications to read input from a...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 37 ppsx
... region has changed!") Function Reference AutoItSetOption Changes the operation of various AutoIt functions/parameters. AutoItSetOption ( "option" [, param] ) Parameters ... Opt("GUICoordMode", 1) ;1=absolute, 0=relative, 2=cell You may use Opt() as an alternative to AutoItSetOption(). AutoIt will halt with an error message if the requested option...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 39 pps
... ColorMode option. Remember, a typical display at 1024 x 7 68 has 786 432 pixels. Although PixelSearch is optimized, narrowing the search area helps speed up the result. Related ColorMode (Option), ... performed left-to-right, top-to-bottom and the first match is returned. Earlier versions of AutoIt (prior to v3.0.102) used the BGR format for defining color - newer versions use R...
Ngày tải lên: 02/07/2014, 17:21