« Home « Chủ đề autoit

Chủ đề : autoit


Có 200+ tài liệu thuộc chủ đề "autoit"

AutoIT Help part 70

tailieu.vn

[optional] The value to assign to the option. If the param is not provided, then the function just returns the value already assigned to the option. Returns the value of the previous setting for the option.. Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window:. 0 = relative...

AutoIT Help part 71

tailieu.vn

0 = default menu items (Script Paused/Exit) are appended to the usercreated menu. If you are having performance problems when performing many window searches then changing to the "quick". copy any you want to change ;default value is listed first Opt("CaretCoordMode absolute, 0=relative, 2=client Opt("ExpandEnvStrings don't expand, 1=do expand Opt("ExpandVarStrings don't expand, 1=do expand Opt("FtpBinaryMode binary, 0=ASCII. Opt("GUICloseOnESC ESC closes,...

AutoIT Help part 72

tailieu.vn

Alters the length of the brief pause in between mouse clicks.. Alters the length of the brief pause at the start and end of a mouse drag operation.. Sets the way coords are used in the mouse functions, either absolute coords or coords relative to the current active window:. 0 = relative coords to the active window 1 = absolute...

AutoIT Help part 73

tailieu.vn

Sets the way coords are used in the caret functions, either absolute coords or coords relative to the current active window:. 0 = relative coords to the active window 1 = absolute screen coordinates (default). 2 = relative coords to the client area of the active window. 1 = absolute coordinates (default) still relative to the dialog box.. 0 =...

AutoIT Help part 74

tailieu.vn

Opt("OnExitFunc","OnAutoItExit OnAutoItExit". called Opt("PixelCoordMode absolute, 0=relative, 2=client Opt("SendAttachMode don't attach, 1=do attach Opt("SendCapslockMode store and restore, 0=don't Opt("SendKeyDelay milliseconds. Opt("SendKeyDownDelay millisecond Opt("TCPTimeout milliseconds Opt("TrayAutoPause no pause, 1=Pause. Opt("TrayIconDebug no info, 1=debug line info Opt("TrayIconHide show, 1=hide tray icon. Opt("TrayMenuMode append, 1=no default menu, 2=no automatic check, 4=menuitemID not return. Opt("TrayOnEventMode disable, 1=enable. Opt("WinDetectHiddenText don't detect, 1=do detect Opt("WinSearchChildren no, 1=search...

AutoIT Help part 75

tailieu.vn

control giá trị trả lại Checkbox, Radio. 4 = untick Combo, List giá trị đc chọn. Date ngày đc chọn. Tab số thứ tự tao item đc chọn Menu, MenuItem trạng thái của control. TreeView controlID của TreeViewItem đc chọn TreeViewItem State của TreeViewItem. ListView controlID của ListViewItem đc chọn.. 0: nếu ko có item nào đc chọn. control giá...

AutoIT Help part 76

tailieu.vn

wParam The first param to send to the control.. lParam The second param to send to the control.. [optional] The value to assign to the option. If the param is not provided, then the function just returns the value already assigned to the option. 0 = relative coords to the active window. 2 = relative coords to the client area...

AutoIT Help part 77

tailieu.vn

Alters the position of a control defined by GUICtrlSetPos.. 1 = absolute coordinates (default) still relative to the dialog box.. 0 = relative position to the start of the last control (upper left corner).. But if you can use a multiple of the width you choose to skip or go back.. Alters the length of the brief pause in between...

AutoIT Help part 78

tailieu.vn

Opt("CaretCoordMode absolute, 0=relative, 2=client Opt("ExpandEnvStrings don't expand, 1=do expand Opt("ExpandVarStrings don't expand, 1=do expand Opt("FtpBinaryMode binary, 0=ASCII. Opt("GUICloseOnESC ESC closes, 0=ESC won't close Opt("GUICoordMode absolute, 0=relative, 2=cell Opt("GUIDataSeparatorChar . Opt("GUIOnEventMode disabled, 1=OnEvent mode enabled Opt("GUIResizeMode no resizing, <1024 special resizing. Opt("GUIEventOptions default, 1=just notification, 2=GuiCtrlRead tab index. Opt("MouseClickDelay milliseconds Opt("MouseClickDownDelay milliseconds Opt("MouseClickDragDelay milliseconds. Opt("MouseCoordMode absolute, 0=relative, 2=client Opt("MustDeclareVars no, 1=require...

AutoIT Help part 79

tailieu.vn

#include <GUIConstantsEx.au3>. Example - Press the button to see the value of the radio boxes. Local $button_1, $group_1, $radio_1, $radio_2, $radio_3 Local $radioval1, $radioval2, $msg. GUICreate("Radio Box Demo . $radio_1 = GUICtrlCreateRadio("Radio & radio_2 = GUICtrlCreateRadio("Radio & radio_3 = GUICtrlCreateRadio("Radio & . Init our vars that we will use to keep track of GUI events. We will assume 0 =...

AutoIT Help part 80

tailieu.vn

Alters the position of a control defined by GUICtrlSetPos.. 1 = absolute coordinates (default) still relative to the dialog box.. 0 = relative position to the start of the last control (upper left corner).. But if you can use a multiple of the width you choose to skip or go back.. Alters the length of the brief pause in between...

AutoIT Help part 81

tailieu.vn

Opt("SendAttachMode don't attach, 1=do attach Opt("SendCapslockMode store and restore, 0=don't Opt("SendKeyDelay milliseconds. Opt("SendKeyDownDelay millisecond Opt("TCPTimeout milliseconds Opt("TrayAutoPause no pause, 1=Pause. Opt("TrayIconDebug no info, 1=debug line info Opt("TrayIconHide show, 1=hide tray icon. Opt("TrayMenuMode append, 1=no default menu, 2=no automatic check, 4=menuitemID not return. Opt("TrayOnEventMode disable, 1=enable. Opt("WinDetectHiddenText don't detect, 1=do detect Opt("WinSearchChildren no, 1=search children also Opt("WinTextMatchMode complete, 2=quick. Opt("WinTitleMatchMode start,...

AutoIT Help part 82

tailieu.vn

Local Const $GWL_STYLE = -16. Local Const $ODS_NOFOCUSRECT = 0x0200 Local Const $DFC_BUTTON = 4. Local Const $DFCS_BUTTONPUSH = 0x0010. InflateRect($nTmpLeft, $nTmpTop, $nTmpRight, $nTmpBottom, -1, -1) $hBrushSel = CreateSolidBrush(GetSysColor($COLOR_BTNSHADOW)) FrameRect($hDC, $nTmpLeft, $nTmpTop, $nTmpRight, $nTmpBottom,. DrawFrameControl($hDC, $nTmpLeft, $nTmpTop, $nTmpRight,. DrawText($hDC, $sText, $nTmpLeft, $nTmpTop, $nTmpRight, $nTmpBottom,. $nClrTxt = SetTextColor($hDC, GetSysColor($COLOR_GRAYTEXT)) DrawText($hDC, $sText, $nTmpLeft, $nTmpTop, $nTmpRight,. FrameRect($hDC, $nTmpLeft, $nTmpTop, $nTmpRight, $nTmpBottom,. InflateRect($nTmpLeft, $nTmpTop,...

AutoIT Help part 83

tailieu.vn

EndFunc ;==>DrawFrameControl. DllCall("user32.dll int DrawFocusRect hwnd", $hDC, "ptr", DllStructGetPtr($stRect)). EndFunc ;==>DrawFocusRect. DllCall("user32.dll int DrawText hwnd", $hDC, "ptr",. EndFunc ;==>DrawText. DllCall("user32.dll int FillRect hwnd", $hDC, "ptr", DllStructGetPtr($stRect), "hwnd", $hBrush). EndFunc ;==>FillRect. DllCall("user32.dll int FrameRect hwnd", $hDC, "ptr", DllStructGetPtr($stRect), "hwnd", $hBrush). EndFunc ;==>FrameRect. DllCall("user32.dll int InflateRect ptr", DllStructGetPtr($stRect), "int",. EndFunc ;==>InflateRect. Local $nOldColor = DllCall("gdi32.dll int SetBkColor hwnd", $hDC,. EndFunc ;==>SetBkColor. Local...

AutoIT Help part 84

tailieu.vn

But if you can use a multiple of the width you choose to skip or go back.. Alters the length of the brief pause in between mouse clicks.. Alters the length of the brief pause at the start and end of a mouse drag operation.. Sets the way coords are used in the mouse functions, either absolute coords or coords...

AutoIT Help part 85

tailieu.vn

Return Value Success: Returns 1.. Failure: Returns 0.. This function is generally used when working with radio button controls. When you click a radio button all other radio buttons in the same grouping are reset. The GUIStartGroup function allows you to easily define these groups.. Local $button_1, $group_1, $radio_1, $radio_2, $radio_3 Local $radio_4, $radio_5, $radio_6, $input_1, $input_2 Local $radioval1, $radioval2,...

AutoIT Help part 86

tailieu.vn

Return Value Success: Returns 1.. Nếu hai chương trình AutoIt script đặt cùng một HotKeys,thì chỉ lệnh sethot đầu tiên đc set, lệnh thứ hai không thể thực hiện đc, trừ khi chỉ lệnh đầu tiên chấm dứt hoặc lệnh 1 đã bỏ hotkey thì lệnh thứ hai mới thiết lập các hotkey. cách click vào icon ở traybar) thì...

AutoIT Help part 87

tailieu.vn

{BROWSER_BACK} 2000/XP Only: Select the browser "back". button {BROWSER_FORWARD} 2000/XP Only: Select the browser "forward". button {BROWSER_REFRESH} 2000/XP Only: Select the browser "refresh". button {BROWSER_STOP} 2000/XP Only: Select the browser "stop". button {BROWSER_SEARCH} 2000/XP Only: Select the browser "search". button {BROWSER_FAVORITES} 2000/XP Only: Select the browser "favorites". button {BROWSER_HOME} 2000/XP Only: Launch the browser and go to the. {VOLUME_MUTE} 2000/XP...

AutoIT Help part 88

tailieu.vn

copy any you want to change ;default value is listed first Opt("CaretCoordMode absolute, 0=relative, 2=client Opt("ExpandEnvStrings don't expand, 1=do expand Opt("ExpandVarStrings don't expand, 1=do expand Opt("FtpBinaryMode binary, 0=ASCII. Opt("GUICloseOnESC ESC closes, 0=ESC won't close Opt("GUICoordMode absolute, 0=relative, 2=cell Opt("GUIDataSeparatorChar . Opt("GUIOnEventMode disabled, 1=OnEvent mode enabled Opt("GUIResizeMode no resizing, <1024 special resizing. Opt("GUIEventOptions default, 1=just notification, 2=GuiCtrlRead tab index. Opt("MouseClickDelay milliseconds...

AutoIT Help part 89

tailieu.vn

Alters the position of a control defined by GUICtrlSetPos.. 1 = absolute coordinates (default) still relative to the dialog box.. 0 = relative position to the start of the last control (upper left corner).. But if you can use a multiple of the width you choose to skip or go back.. Alters the length of the brief pause in between...