AutoIT Help part 43 pps
... $OptionsContext, $OptionsCommon, $OptionsFile, $msg Local $OptionsExit, $HelpBtn, $HelpDummy, $HelpContext, $HelpWWW, $HelpAbout $hGui = GUICreate("My GUI", 170, 40) $OptionsBtn ... $HelpBtn = GUICtrlCreateButton("& ;Help& quot;, 90, 10, 70, 20, $BS_FLAT) ; Create a dummy control and a contextmenu for the help too $HelpDummy = GUICtrlCreateDummy() $He...
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 37 ppsx
... region has changed!") Function Reference AutoItSetOption Changes the operation of various AutoIt functions/parameters. AutoItSetOption ( "option" [, param] ) Parameters ... Opt("GUICoordMode", 1) ;1=absolute, 0=relative, 2=cell You may use Opt() as an alternative to AutoItSetOption(). AutoIt will halt with an error message if the requested option...
Ngày tải lên: 02/07/2014, 17:21