Make Your Own Error Messages

Just the source to a standard error message box, where I can have buttons. With the source of an example I can figure out the rest.
 
DJ-CHRIS said:
Just the source to a standard error message box, where I can have buttons. With the source of an example I can figure out the rest.

But you're doing it in notepad correct? I'm not sure if the code from VB will work in notepad but one second..

Edit: John, what's the 5 representing in your code?

Code:
MsgBox "Message here..", vbCritical, "Warning"

I suppose..
 
Back
Top Bottom