AutoIT Help part 9 ppt

AutoIT Help part 9 ppt

AutoIT Help part 9 ppt

... cách tốt nhất để làm này là để sử dụng những thông tin Công cụ AutoIt Window. Chạy Thông tin từ Công cụ Start Menu \ AutoIt v3 \ AutoIt Window Info. Với Công cụ Thông báo mở bấm vào cửa sổ mới ... Automating Khi các ứng dụng AutoIt có thể kiểm tra xem có tiêu đề cửa sổ để nó biết cửa sổ cần làm việc với. Với Notepad là tiêu đề của cửa sổ, rõ ràng Untitled - Notepad . AutoIt là...
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 603
  • 2
AutoIT Help part 5 ppt

AutoIT Help part 5 ppt

... kèm với việc cài đặt phần mềm AutoIt. Các phiên bản đầy đủ AutoIt rằng đến SciTe với tất cả các công cụ để có thể được tải về tại http://www.autoitscript.com /autoit3 /scite/ Một số khác được ... vào file .au3  Cách 3: xem trong file help gốc nhé, 2 cách trên là đủ rồi AutoIt Window Information Tool Start menu > All program > AutoIt > AutoIt Window Info Cửa sổ tiêu...
Ngày tải lên : 02/07/2014, 17:21
  • 5
  • 473
  • 2
AutoIT Help part 16 pptx

AutoIT Help part 16 pptx

... nhằm mục đích cho phép AutoIt script để làm việc một cách chính xác cùng Windows Vista (UAC) (Tuy nhiên, cũng sẽ làm việc trên Windows 2000 và Windows XP). xem thêm AutoIt on Windows Vista. ... hàm và bị xóa khi hàm kết thúc Chú ý: mặc định autoit dùng biến ko cần khai báo trước, nhưng bạn cũng cod thể thay đổi điều này bằng AutoItSetOption("MustDeclareVars", 1) thì...
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 339
  • 1
AutoIT Help part 25 ppt

AutoIT Help part 25 ppt

... DriveSpaceTotal, DriveStatus Example $var = DriveGetFileSystem( "c:\" ) MsgBox(4 096 ,"File System Type:", $var) Function Reference DriveGetLabel Trả lại tên ... DriveSpaceFree, DriveSpaceTotal, DriveStatus Example $var = DriveGetSerial( "c:\" ) MsgBox(4 096 , "Serial Number: ", $var) Function Reference DriveGetType Trả l...
Ngày tải lên : 02/07/2014, 17:21
  • 8
  • 293
  • 2
AutoIT Help part 26 ppt

AutoIT Help part 26 ppt

... DriveSetLabel, DriveSpaceFree, DriveSpaceTotal Example $var = DriveStatus( "c:\" ) MsgBox(4 096 ,"Status",$var) Function Reference FileChangeDir thay đổi thư mục làm việc ... DriveSetLabel, DriveSpaceTotal, DriveStatus Example $var = DriveSpaceFree( "c:\" ) MsgBox(4 096 , "Free space on C:", $var & " MB") Func...
Ngày tải lên : 02/07/2014, 17:21
  • 7
  • 364
  • 1
AutoIT Help part 34 ppt

AutoIT Help part 34 ppt

... ra Chỉ 32767 kí tự đầu tiên được đọc một section vì tính tương thích Win9x. Related both. When writing text AutoIt will write using ANSI by default. To write in Unicode mode the file ... IniRead("C:\Temp\myfile.ini", "section2", "key", "NotFound") MsgBox(4 096 , "Result", $var) Function Reference IniReadSection đọc tất...
Ngày tải lên : 02/07/2014, 17:21
  • 7
  • 310
  • 0
AutoIT Help part 38 ppt

AutoIT Help part 38 ppt

... the current script line in the tray icon tip to help debugging. 0 = no debug information (default) 1 = show debug TrayIconHide Hides the AutoIt tray icon. Note: The icon will still initially ... be pre-declared (default) OnExitFunc Sets the name of the function called when AutoIt exits (default is OnAutoItExit). PixelCoordMode Sets the way coords are used in the pixel functio...
Ngày tải lên : 02/07/2014, 17:21
  • 5
  • 308
  • 0
AutoIT Help part 46 ppt

AutoIT Help part 46 ppt

... GUICtrlCreateRadio("Radio 2", 210, 110, 60, 50) GUICtrlCreateGroup("", -99 , -99 , 1, 1) ;close group GUISetState() ; will display an empty dialog box ; Run the GUI ... is centered GUICtrlCreateGroup("Group 1", 190 , 60, 90 , 140) $radio_1 = GUICtrlCreateRadio("Radio 1", 210, 90 , 50, 20) $radio_2 = GUICtrlCreateRadio("Radio 2&...
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 271
  • 0
AutoIT Help part 50 pptx

AutoIT Help part 50 pptx

... Func Example() Local $Date, $msg GUICreate("Get date", 210, 190 ) $Date = GUICtrlCreateMonthCal(" 195 3/03/25", 10, 10) GUISetState() ; Run the GUI until the dialog ... Opt('MustDeclareVars', 1) Example() Func Example() Local $defaultstatus, $status, $filemenu, $fileitem, $helpmenu, $saveitem Local $infoitem, $exititem, $recentfilesmenu,...
Ngày tải lên : 02/07/2014, 17:21
  • 5
  • 306
  • 0
AutoIT Help part 57 pptx

AutoIT Help part 57 pptx

... GUICreate("My GUI delete control", 200, 200, 800, 200) $date = GUICtrlCreateDate(" 195 3/04/25", 10, 10, 185, 20) $del = GUICtrlCreateButton("Delete control", 50, 50,
Ngày tải lên : 02/07/2014, 17:21
  • 6
  • 289
  • 0