Giáo Trình How To Use AutoIt A Professional Manner part 136 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 136 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 136 pptx

... of a vertical trackbar. $TBS_RIGHT 0x0000 Places ticks on the right side of a vertical trackbar. $TBS_TOP 0x0004 Places ticks on the top of a horizontal trackbar. ListView Styles Value ... $TVS_RTLREADING 0x0040 Normal windows display text left -to- right (LTR). Windows can be mirrored to display languages such as Hebrew or Arabic that read right -to- left (RTL). Nor...
Ngày tải lên : 08/07/2014, 21:20
  • 5
  • 265
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 7 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 7 pptx

... khác. Ngôn ngữ Tham khảo - Datatypes 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 ... Boolean và , hoặc và không . Ví dụ: $Boolean1 = true $Boolean2 = false $Boolean3 = $Boolean1 AND $Boolean2 Điều này sẽ cho kết quả $Boolean3 = False $ Boolean1 = false $...
Ngày tải lên : 08/07/2014, 20:20
  • 6
  • 387
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 17 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 17 pptx

... Example 2 - Declaring arrays Dim $weeklyWorkSchedule[$_daysWorking] Global $chessBoard[8][8] Local $mouseCoordinates[2], $windowStats[4] ; Example 3 - Declaring constant variables Const $x1 ... tạo ra một biến hằng và ko thể thay đổi giá trị c a nó ; Example 1 - Declaring variables Dim $x, $y = 23, $z Global $_PI = 3.14159, $RADIUS Local $_daysWorking = 5 ; Example 2 - Decla...
Ngày tải lên : 08/07/2014, 20:20
  • 8
  • 270
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 22 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 22 pptx

... DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveGetType, DriveSetLabel, DriveSpaceFree, DriveSpaceTotal, DriveStatus Example $var = DriveGetDrive( "all" ) If NOT @error ... & $var[0] & " drives") For $i = 1 to $var[0] MsgBox(4096,"Drive " & $i, $var[$i]) Next EndIf DirRemove ( "path" [, recurse] ) Parameters path ....
Ngày tải lên : 08/07/2014, 20:20
  • 7
  • 312
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 23 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 23 pptx

... "LPT1:". If you pass a blank string for this parameter a connection is made but not mapped to a specific drive. If you specify "*" an unused drive letter will be automatically selected. ... 1. Remarks "domain\username". password [optional] The password to use to connect. Return Value Success: Returns 1. (See Remarks) Failure: Return...
Ngày tải lên : 08/07/2014, 20:20
  • 8
  • 218
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 24 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 24 pptx

... a. Also, FAT32 partition labels tend to revert to all capital letters. Related DriveGetDrive, DriveGetFileSystem, DriveGetLabel, DriveGetSerial, DriveGetType, DriveSpaceFree, DriveSpaceTotal, ... space on C:", $var & " MB") Function Reference DriveSpaceTotal trả lại tổng dung lượng c a ổ đ a (tính = Megabytes). DriveSpaceTotal ( "path" ) Par...
Ngày tải lên : 08/07/2014, 20:20
  • 7
  • 254
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 28 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 28 pptx

... Another special stringname is "DefaultLangCodepage" can be used to retrieve the default language and codepage. The language and codepage can be used if needed to differentiate ... @error to 1. Remarks stringname can be the basic one as : Comments, InternalName, ProductName, CompanyName, LegalCopyright, ProductVersion, FileDescription, LegalTrademarks, PrivateBuil...
Ngày tải lên : 08/07/2014, 20:20
  • 7
  • 233
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 44 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 44 pptx

... GUICtrlCreateGraphic(150, 10, 50, 50, 0) GUICtrlSetBkColor(-1, 0xa0ffa0) GUICtrlSetGraphic(-1, $GUI_GR_MOVE, 20, 20) ; start point ; it is better to draw line and after point ; to avoid to switch ... ) Parameters text text hiện trị sẵn trên control left t a độ X Func Example() Local $radio_1, $radio_2, $msg GUICreate("My GUI group") ; will create a dialo...
Ngày tải lên : 08/07/2014, 20:20
  • 6
  • 227
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 51 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 51 pptx

... Opt('MustDeclareVars', 1) Example() Func Example() Local $radio1, $radio2, $msg GUICreate("My GUI radio") ; will create a dialog box that when displayed is centered $radio1 ... Case $msg = $radio1 And BitAND(GUICtrlRead($radio1), $GUI_CHECKED) = $GUI_CHECKED MsgBox(64, 'Info:', 'You clicked the Radio 1 and it is Checked.') Case...
Ngày tải lên : 08/07/2014, 20:20
  • 7
  • 237
  • 0
Giáo Trình How To Use AutoIt A Professional Manner part 55 pptx

Giáo Trình How To Use AutoIt A Professional Manner part 55 pptx

... Related GUICtrlCreateListView Example #include <GUIConstantsEx.au3> #include <ListViewConstants.au3> Opt('MustDeclareVars', 1) Global $nCurCol = -1 Global $nSortDir ... = 2 Then $val1 = StringRight($val1, 4) & StringMid($val1, 4, 2) & StringLeft($val1, 2) $val2 = StringRight($val2, 4) & StringMid($val2, 4, 2) & StringLeft($val2, 2) End...
Ngày tải lên : 08/07/2014, 20:20
  • 6
  • 239
  • 0
Từ khóa: