Anyone have a menu e xample so I can see how it is done?
I have tried it but it won't work for me .
I have this .
Code:if e_id == 101 then Application.Exit(); elseif e_id == 201 then File.OpenURL("http://www.yahoo.com", SW_SHOWNORMAL); elseif e_id == 202 then File.Open(_SourceFolder .. "\\AutoPlay\\Docs\\test.pdf", "", SW_SHOWNORMAL); end

