IT-Programing Help part 133 docx
... $DS_CONTEXTHELP 0x00002000 Includes a question mark in the title bar of the dialog box. Cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX styles. Same as WS_EX_CONTEXTHELP extended ... $WS_EX_CLIENTEDGE 0x00000200 Specifies that a window has a border with a s unken edge. $WS_EX_CONTEXTHELP 0x00000400 Includes a question mark in the title bar of the window. Cannot be used...
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