AutoI Technology Curriculum Book part 21 ppsx
... Returns 0 nếu có bất kì nỗi nào trong quá trình copy Remarks nếu thư mục đích chưa có thì autoit sẽ tạo mới (nếu có thể) Related DirRemove, FileCopy Example Writes data to the STDOUT
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 33 ppsx
... INI file we will write to. It will be created on the Desktop. $sIni = @DesktopDir & "\AutoIt-Test.ini" ; Demonstrate creating a new section using a string as input. $sData =
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 43 ppsx
... start http://www.myplugins.info/guids/typeinfo/typeinfo.php?clsid={3B7C8860-D78F- 101B-B9B5-04021C009402}', '', @SW_HIDE) Case $msg = $AboutC $oRP.AboutBox() Case $msg = ... EndSelect WEnd GUIDelete() EndFunc ;==>RichEditExample Func MyErrFunc() MsgBox(0, "AutoItCOM Test", "We intercepted a COM Error !" & @CRLF & @CRLF & _
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 53 ppsx
... $cancelbutton Local $msg, $item, $hItem, $text GUICreate("My GUI with treeview", 350, 215 ) $treeview = GUICtrlCreateTreeView(6, 6, 100, 150, BitOR($TVS_HASBUTTONS, $TVS_HASLINES,
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 57 ppsx
... Button controls are always painted in "Windows Classic style". Earlier versions of AutoIt (prior to v3.0.102) used the BGR format for defining color - newer versions use RGB by default
Ngày tải lên: 07/07/2014, 01:20