Quote Originally Posted by jmcilhinney View Post
The MessageBox doesn't do anything but display the message. If you don't want to show the form then don't call its Show method. Probably you'd want to add an Else block to your If statement and show the form there. That way, either the MessageBox will be shown or the form will, but never both.
Thank you that works fine for my purposes, out of curisoity i thought read in the documentation about message box have different buttons that could be assigned integer values ?
abort cancel retry
I wasnt able to totally grasp it, but will re read, if you could share any insight It would appreciated

Thanks again