AutoI Technology Curriculum Book part 60 ppsx

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
AutoI Technology Curriculum Book part 11 ppsx

AutoI Technology Curriculum Book part 11 ppsx

... GUICtrlCreateLabel("Hello world! How are you?", 30, 10) $okbutton = GUICtrlCreateButton("OK", 70, 50, 60) $dummywindow = GUICreate("Dummy window for testing ", 200, 100) GUISwitch($mainwindow) ... GUICtrlCreateLabel("Hello world! How are you?", 30, 10) GUICtrlCreateButton("OK", 70, 50, 60) GUISetState(@SW_SHOW) Sleep(2000) Bây g...

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

5 279 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 43 ppsx

AutoI Technology Curriculum Book part 43 ppsx

... Run(@ComSpec & ' /c start http://www.myplugins.info/guids/typeinfo/typeinfo.php?clsid={3B7C8 860- D78F- 101B-B9B5-04021C009402}', '', @SW_HIDE) Case $msg = $AboutC $oRP.AboutBox() ... EndSelect WEnd GUIDelete() EndFunc ;==>RichEditExample Func MyErrFunc() MsgBox(0, "AutoItCOM Test", "We intercepted a COM Error !" & @CRLF &...

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

6 215 0
AutoI Technology Curriculum Book part 53 ppsx

AutoI Technology Curriculum Book part 53 ppsx

... GUICtrlCreateLabel("This little scripts demonstates the using of a treeview-control.", 190, 70, 100, 60) GUICtrlSetState(-1, $GUI_HIDE) ; Hides the "aboutlabel"-text during initialization ... GUICtrlCreateLabel("This little scripts demonstates the using of a treeview-control.", 190, 70, 100, 60) GUICtrlSetState(-1, $GUI_HIDE) ; Hides the "aboutlabel...

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

6 192 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
w