08-20-2017, 04:55 AM
I think I am starting to understand. But now like soI get a warning this should not run from macro. Do I need to turn it into a function? Thanks
... Update! Turning into function works great. Does this garbage collect on its own or is there somethings to be careful of? Thanks
SetThreadMenuIcons "1=2 2=11" "$qm$\il_qm.bmp" 1
int i=ShowMenu("1 Notepad++[]2 Camtasia2")
sel i
,case 0 ret
,case 1 mac "Notepad++"
,case 2 mac "Camtasia2"
... Update! Turning into function works great. Does this garbage collect on its own or is there somethings to be careful of? Thanks