mustafa06
01-30-2008, 07:59 AM
Code - Dosent work :huh
nChoice = Dialog.Message("Notice", "Your message here.", MB_OKCANCEL,
MB_ICONINFORMATION, MB_DEFBUTTON1);
if nChoice == true then
Application.Exit(0);
elseif nChoice == false then
Label.SetEnabled("Gun", true);
end
End -
nChoice = Dialog.Message("Notice", "Your message here.", MB_OKCANCEL,
MB_ICONINFORMATION, MB_DEFBUTTON1);
if nChoice == true then
Application.Exit(0);
elseif nChoice == false then
Label.SetEnabled("Gun", true);
end
End -