nevets2001uk
IS-IT--Management
On the application I'm developing I'm building in some error trapping systems. During the testing phase I would like to display the error messages in a messagebox.
I believe you can use the following code...
MessageBox.Show(blah blah)
I'm using this from within a class I've written and I'm not sure of what should come before the MessageBox to allow me to use it. At the moment it is saying that MessageBox is not declared.
Thanks in Advance!
Steve Gordon
I believe you can use the following code...
MessageBox.Show(blah blah)
I'm using this from within a class I've written and I'm not sure of what should come before the MessageBox to allow me to use it. At the moment it is saying that MessageBox is not declared.
Thanks in Advance!
Steve Gordon