Opened 16 years ago
Last modified 16 years ago
#490 closed Feature Request
Ability to have GUICtrlCreate... accept hide, show, enable and disable state options — at Initial Version
Reported by: | HeidiR | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
Example:
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_HIDE)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_SHOW)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_ENABLE)
GUICtrlCreateButton("", 10, 10, 60, 25, $GUI_DISABLE)
Note: See
TracTickets for help on using
tickets.