i have a menu that has a couple of menu options...
if you select one of the options it puts up a msgbox to answer yes/no...
but if i click anywhere outside the msgbox then it (ie msgbox) disappears...
is there a way i can prevent that and make them either hit yes/no?
thanks i'll take a look at that library when i get a chance...
i found out via debug that if i click outside the message box it returns -3 (which i think is cancel)...at least i understand why it's working the way it does...
Modal dialogs can always be canceled so your code should expect it. You can show the modal dialog again if you like however make sure to test it in the case of orientation change while the dialog is visible.