bobbie
02-06-2006, 04:03 PM
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 .
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
I have tried it but it won't work for me .
I have this .
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