|
-
Nov 25th, 2009, 02:11 AM
#3
Thread Starter
Frenzied Member
Re: Message box
 Originally Posted by jmcilhinney
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|