IT-Programing Help part 132 docx
... window that has a thin- line border. maximize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified. $WS_MINIMIZE 0x20000000 Creates a window ... 0x00020000 Creates a window that has a minimize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified. $WS_OVERLAPPED 0x00000000 Cre...
Ngày tải lên: 05/07/2014, 07:20
AutoIT Help part 67 docx
... ;==>Example Function Reference GUISetHelp Sets an executable file that will be run when F1 is pressed. GUISetHelp ( helpfile [, winhandle] ) Parameters helpfile file that will be run if F1
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 71 docx
... problems when performing many window searches then changing to the "quick" mode may help. WinTitleMatchMode Alters the method that is used to match window titles during search operations.
Ngày tải lên: 02/07/2014, 17:21
AutoIT Help part 74 docx
... GUICtrlCreateMenuItem("&Exit", $FileMenu) $HelpMenu = GUICtrlCreateMenu("&?") $AboutItem = GUICtrlCreateMenuItem("&About", $HelpMenu) $EndBtn = GUICtrlCreateButton("End", ... 0xEEBB99) ; BGR color value SetMenuColor($OptionsMenu, 0x66BB99); BGR color value SetMenuColor($HelpMenu, 0x99BBEE) ; BGR color value GUISetState()...
Ngày tải lên: 02/07/2014, 17:21