Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Tham khảo tài liệu 'giáo trình how to use autoit a professional manner part 132', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | WS_THICKFRAME 0x00040000 Creates a window that has a sizing border. Same as the WS_SIZEBOX style WS_VSCROLL 0x00200000 Creates a window that has a vertical scroll bar. WS_VISIBLE 0x10000000 Creates a window that is initially visible. WS_CHILD 0x40000000 Creates a child window. A window with this style cannot have a menu bar. This style cannot be used with the WS_POPUP style. WS_GROUP 0x00020000 Specifies the first control of a group of controls. The group consists of this first control and all controls defined after it up to the next control with the WS_GROUP style. WS_TABSTOP 0x00010000 Turns the control into a tab stop which enables the user to select the control by tabbing through the controls in a dialog box. DS_MODALFRAME 0x00000080 Creates a dialog box with a modal dialog-box frame that can be combined with a title bar and window menu by specifying the WS_CAPTION and WS_SYSMENU styles. DS_SETFOREGROUND 0x00000200 This style is useful for modal dialog boxes that require immediate attention from the user regardless of whether the owner window is the foreground window. 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 style. Common Extended Styles Value Description include WindowsConstants. au3 WS_EX_ACCEPTFILES 0x00000010 Allow an edit or input control within the created GUI window to receive filenames via drag and drop. The control must have also the GUI_DROPACCEPTED state set by GUICtrlSetState. WS_EX_APPWINDOW 0x00040000 Forces a top-level window onto the taskbar when the window is visible. WS_EX_CLIENTEDGE 0x00000200 Specifies that a window has a border with a sunken edge. WS_EX_CONTEXTHELP 0x00000400 Includes a question mark in the title bar of the window. Cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX WS_EX_DLGMODALFRAME 0x00000001 Creates a window that has a double border the window can optionally be created