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
... hiện phép nhân 2 số) " ;10& quot; * "20" => kết quả là số 200 10 * "20a" => kết quả là số 0 10 & 20 => kết quả là chuỗi " ;102 0" ( & được sử dụng ... 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...
Ngày tải lên: 07/07/2014, 01:20
... <GUIConstantsEx.au3> $mainwindow = GUICreate("Hello World", 200, 100 ) GUICtrlCreateLabel("Hello world! How are you?", 30, 10) $okbutton = GUICtrlCreateButton("OK", 70, 50, 60) ... <GUIConstantsEx.au3> GUICreate("Hello World", 200, 100 ) GUICtrlCreateLabel("Hello world! How are you?", 30, 10) GUICtrlCreateButton("...
Ngày tải lên: 07/07/2014, 01:20
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 27 ppsx
... Failure: trả lại 0 và set @error = 1 Remarks hàm ko làm việc với thư mục chia cho 102 4 để đc kb, chia 104 8576 để đc mb Related FileGetAttrib, FileGetTime, DriveSpaceTotal Example
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 33 ppsx
... hz Duration khoảng thời gian phát (mini giây) mặc định là 100 0 ms (1 giây) Return Value luôn trả lại 1 vì tỷ lệ thành công là 100 % Remarks None. Related SoundPlay Example ; plays ... SoundPlay Example ; plays back a beep noise, at the frequency 500 for 1 second Beep(500, 100 0) Remarks định dạng chuẩn của file .ini như sau: [SectionName] Key=Value...
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 36 pps
... ;0=no resizing, < ;102 4 special resizing Opt("GUIEventOptions",0) ;0=default, 1=just notification, 2=GuiCtrlRead tab index Opt("MouseClickDelay", 10) ;10 milliseconds Opt("MouseClickDownDelay", ... be pre-declared (default) OnExitFunc Sets the name of the function called when AutoIt exits (default is OnAutoItExit). PixelCoordMode Sets the way coords...
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 38 pps
... đặt âm lượng của hệ thống SoundSetWaveVolume ( percent ) Parameters percent số phần trăm [0 100 ] Return Value Success: Returns 1. Failure: Returns 0 và sets @error to 1 nếu pecent
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 42 pps
... 200) $date = GUICtrlCreateDate("1953/04/25", 10, 10, 185, 20) ; to select a specific default format $DTM_SETFORMAT_ = 0x1032 $style = "yyyy/MM/dd HH:mm:s" GUICtrlSendMsg($date, ... Example() Local $user, $button, $cancel, $msg GUICreate("GUICtrlCreateDummy", 250, 200, 100 , 200) GUISetBkColor(0x00E0FFFF) ; will change background color $...
Ngày tải lên: 07/07/2014, 01:20
AutoI Technology Curriculum Book part 43 ppsx
... $GUI_GR_ELLIPSE, 100 , 100 , 50, 80) GUICtrlSetGraphic(-1, $GUI_GR_COLOR, 0x00ff00, 0xc0c0ff) GUICtrlSetGraphic(-1, $GUI_GR_RECT, 350, 200, 50, 80) GUICtrlCreateLabel("label", 65, 100 , 30) ... GUICtrlCreateButton("Delete", 50, 165, 50) $a[1] = GUICtrlCreateGraphic(20, 50, 100 , 100 ) GUICtrlSetBkColor(-1, 0xffffff) GUICtrlSetColor(-1, 0) GUICtrlSe...
Ngày tải lên: 07/07/2014, 01:20