AutoI Technology Curriculum Book part 7 pps

AutoI Technology Curriculum Book part 7 pps

AutoI Technology Curriculum Book part 7 pps

... 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à trường hợ...

Ngày tải lên: 07/07/2014, 01:20

6 301 0
AutoI Technology Curriculum Book part 10 pps

AutoI Technology Curriculum Book part 10 pps

... thước 200, 100 và có tiêu đề là Hello world khi 1 cửa sổ đc tạo ra thì nó đc ẩn vậy ta cần hiện thị nó lên  #include <GUIConstantsEx.au3> GUICreate("Hello World", 200, 100 ) GUISetState(@SW_SHOW) ... sẽ được thêm tại vị trí 30, 10 và tại các nút ở vị trí 70, 50 có độ rộng 60 pixel. #include <GUIConstantsEx.au3> GUICreate("Hello World", 200, 100...

Ngày tải lên: 07/07/2014, 01:20

6 372 0
AutoI Technology Curriculum Book part 21 ppsx

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

5 270 0
AutoI Technology Curriculum Book part 33 ppsx

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

8 174 0
AutoI Technology Curriculum Book part 36 pps

AutoI Technology Curriculum Book part 36 pps

... 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 functions, ... Opt("MustDeclareVars", 0) ;0=no, 1=require pre-declare Opt("OnExitFunc","OnAutoItExit");"OnAutoItExit" called Opt("PixelCoordMode", 1) ;1=absolute...

Ngày tải lên: 07/07/2014, 01:20

5 316 0
AutoI Technology Curriculum Book part 42 pps

AutoI Technology Curriculum Book part 42 pps

... cho GUI. GUICtrlCreateDummy ( ) Parameters None. Return Value ; Author: Kåre Johansson ; AutoIt Version: 3.1.1.55 ; Description: Very Simple example: Embedding RICHTEXT object ; Needs:

Ngày tải lên: 07/07/2014, 01:20

6 248 0
AutoI Technology Curriculum Book part 43 ppsx

AutoI Technology Curriculum Book part 43 ppsx

... 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

6 215 0
AutoI Technology Curriculum Book part 50 ppsx

AutoI Technology Curriculum Book part 50 ppsx

... Global $hGUI, $hImage, $hGraphic, $hImage1 ; Create GUI $hGUI = GUICreate("Show PNG", 350, 301) ; Load PNG image _GDIPlus_StartUp() $hImage = _GDIPlus_ImageLoadFromFile("MAIN.png") ... 100, 100, 200) $progressbar1 = GUICtrlCreateProgress(10, 10, 200, 20) GUICtrlSetColor(-1, 32 250) ; not working with Windows XP Style $progressbar2 = GUICtrlCreateProgress(10...

Ngày tải lên: 07/07/2014, 01:20

6 244 0
AutoI Technology Curriculum Book part 57 ppsx

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

6 228 0
AutoI Technology Curriculum Book part 60 ppsx

AutoI Technology Curriculum Book part 60 ppsx

... $GUI_GR_BEZIER + $GUI_GR_CLOSE, 100, 40, 40, 100, 40, 20) GUICtrlSetGraphic(-1, $GUI_GR_LINE, 60, 30) ; start point GUISetState() EndFunc ;==>CreateChild Function Reference GUICtrlSetImage ... GUICtrlSetGraphic(-1, $GUI_GR_COLOR, 0x00ff00, 0xffffff) GUICtrlSetGraphic(-1, $GUI_GR_PIE, 58, 50, 40, -60, 90) GUICtrlSetGraphic(-1, $GUI_GR_ELLIPSE, 100, 100, 50, 80) GUIC...

Ngày tải lên: 07/07/2014, 01:20

7 230 0
w