Hey all,
Just thought I would let anyone who has tried to use ModernMenu.au3 recently and found errors that I have fixed it, if you haven't:
#include-once
;********************************************************************
; CommCtrl.h - constants
;********************************************************************
; Global Const $ILC_MASK = 0x0001
; Global Const $ILC_COLOR32 = 0x0020
; Global Const $ILD_TRANSPARENT = 0x0001
Global Const $ILD_BLEND = 0x0004
;**************