Changes between Initial Version and Version 2 of Ticket #3854
- Timestamp:
- 11/16/21 18:50:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3854 – Description
initial v2 5 5 $hGUI = GUICreate("Test", 200, 100) 6 6 $hButton = GUICtrlCreateButton("Button", 10, 10, 160, 24) 7 ;GUICtrlSetColor($h ConnectionButton, 0xFF0000)7 ;GUICtrlSetColor($hButton, 0xFF0000) 8 8 $hInput = GUICtrlCreateInput("", 10, 40, 60, 24) 9 9 GUISetState()