Changes between Initial Version and Version 1 of Ticket #4110
- Timestamp:
- Aug 23, 2026, 11:41:30 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4110 – Description
initial v1 1 1 Hello, I noticed that the example code seems to be disorganized for GUICtrlCreateMenu. I cleaned it up and would like to submit it please. 2 2 3 4 {{{#!autoit 3 5 #include <GUIConstantsEx.au3> 4 6 #include <MsgBoxConstants.au3> … … 69 71 WEnd 70 72 EndFunc 73 74 }}}
