AutoIT Help part 20 pps

AutoIT Help part 20 pps

AutoIT Help part 20 pps

... Dim $X[4][6], $Y[4][6] For $I = 0 To 3 For $K = 0 To 5 $T = Int(Random (20) + 1) ;gán giá trị ngẫu nhiên giữa 1 ~20 cho các phần tử $X[$I][$K] = $T $Y[$I][$K] = $T Next Next ReDim ... $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 D...

Ngày tải lên: 02/07/2014, 17:21

8 239 1
AutoIT Help part 8 pps

AutoIT Help part 8 pps

... 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.exe)  ... redirection mechanism. SetKeyDelay AutoItSetOption("SendKeyDelay", ) SetStoreCapslockMode AutoItSetOption("SendCapslockMode", ) SetTitleMatchMode AutoItSetOption(&qu...

Ngày tải lên: 02/07/2014, 17:21

6 500 2
AutoIT Help part 15 pps

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

6 311 0
AutoIT Help part 18 ppsx

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

8 322 1
AutoIT Help part 19 pps

AutoIT Help part 19 pps

... 10, $c = 20 hằng cũng có thể đc khai báo tương tự Const $a = 2, $b = 10, $c = 20 Dim Const $d = 21, $e = Exp(1) Local Const $f = 5, $g = 7, $h = -2 Related UBound, ReDim, AutoItSetOption ... 10, $c = 20 hằng cũng có thể đc khai báo tương tự Const $a = 2, $b = 10, $c = 20 Dim Const $d = 21, $e = Exp(1) Local Const $f = 5, $g = 7, $h = -2 Related UBound, ReDim, A...

Ngày tải lên: 02/07/2014, 17:21

8 376 1
AutoIT Help part 21 ppsx

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 ... Trả lại "WIN32_NT" cho NT /200 0/XP /200 3/Vista /200 8. @OSVersion trả lại tên hệ điều hành @OSBuild Returns the OS build number. For example, Windows 200 3 Server retur...

Ngày tải lên: 02/07/2014, 17:21

6 401 1
AutoIT Help part 23 ppsx

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

5 256 1
AutoIT Help part 37 ppsx

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

5 327 0
AutoIT Help part 39 pps

AutoIT Help part 39 pps

... the search area helps speed up the result. Related ColorMode (Option), PixelChecksum, PixelGetColor, PixelCoordMode (Option) Example ; Find a pure red pixel in the range 0,0 -20, 300 $coord ... 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 RGB by de...

Ngày tải lên: 02/07/2014, 17:21

6 248 0
w