07-11-2009, 08:30 AM
Macro Macro1091
In Make Exe dialog check 'auto add image files'. Add a resource id in file paths, like in the example. Currently QM does not support multiline strings with resource id.
;/exe
Tray f.AddIcon(":200 $pf$\quick macros 2\copy.ico" "Initialisation" 0 0 0 0 "Dialog70")
;Tray f.AddIcon(":200 $pf$\quick macros 2\copy.ico[]:201 $pf$\quick macros 2\paste.ico" "Initialisation" 0 0 0 0 "Dialog70") ;;does not work with multiple icons
mes 1In Make Exe dialog check 'auto add image files'. Add a resource id in file paths, like in the example. Currently QM does not support multiline strings with resource id.
