AutoIT Help part 55 ppsx

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 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 ... 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
  • 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 49 ppsx

AutoIT Help part 49 ppsx

... Allows you to define the entry number to be created. The entries are numbered starting at 0. $helpmenu = GUICtrlCreateMenu("?") $saveitem = GUICtrlCreateMenuItem("Save", ... $filemenu) GUICtrlSetState(-1, $GUI_DISABLE) $infoitem = GUICtrlCreateMenuItem("Info", $helpmenu) $exititem = GUICtrlCreateMenuItem("Exit", $filemenu) $recentfilesmen...
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 233
  • 0
AutoIT Help part 51 ppsx

AutoIT Help part 51 ppsx

... Opt('MustDeclareVars', 1) Example() ; Simple example: Embedding an Internet Explorer Object inside an AutoIt GUI ; ; See also: http://msdn.microsoft.com/workshop/browser/webbrowser/reference/objects/intern etexplorer.asp ... GUICtrlCreateButton("Stop", 330, 420, 100, 30) GUISetState() ;Show GUI $oIE.navigate("http://www.autoitscript.com")...
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 251
  • 0
AutoIT Help part 93 ppsx

AutoIT Help part 93 ppsx

... Opt("MustDeclareVars", 0) ;0=no, 1=require pre-declare Opt("OnExitFunc","OnAutoItExit");"OnAutoItExit" called Opt("PixelCoordMode", 1) ;1=absolute, 0=relative, ... value n] ) Parameters value1 giá trị thứ 1 value2 giá trị thứ 2 value n giá trị thứ n (max n = 255) Result is -6 because for 32-bit numbers 5 == 0000000000000000000000000...
Ngày tải lên : 02/07/2014, 17:21
  • 10
  • 149
  • 0