Easy (MSgBox) Message Box Routines!
Easy (MSgBox) Message Box Routines!
Rate Easy (MSgBox) Message Box Routines!
(1(1 Vote))
* http://developer.ecorp.net *
Author: EM Dixson
Message Boxes - Look For My New Software Soon!
VBokOnly - Exclamation (!)
MsgBox ("This is The First Line Of Your Message Box!" + Chr$(10) + "This is the second. Its An Exclamation!" + Chr$(10) & "This is the 3rd Line, Did I mention This Box is an Exclamation!" + Chr$(10) + "This is the 4th Line. Never make them this long.", MB_OK + MB_ICONEXCLAMATION, "Insert The NAME Of Your Program Here")
VBokCancel - Warning (X)
MsgBox ("This is The First Line Of Your Message Box!" + Chr$(10) + "This is the second. Its A Warning!" + Chr$(10) & "This is the 3rd Line, Did I mention This Box is a Warning!" + Chr$(10) + "This is the 4th Line. Never make them this long.", MB_OK + MB_ICONEXCLAMATION, "Insert The NAME Of Your Program Here")
VBYesNoCancel - Question (?)
MsgBox ("This is The First Line Of Your Message Box!" + Chr$(10) + "This is the second. Its A Cancel!" + Chr$(10) & "This is the 3rd Line, Did I mention This Box is a Cancel!" + Chr$(10) + "This is the 4th Line. Never make them this long.", MB_YESNOCANCEL + MB_ICONQUESTION, "Insert The NAME Of Your Program Here")
VBYesNo - Information (i)
MsgBox ("This is The First Line Of Your Message Box!" + Chr$(10) + "This is the second. Its an Information!" + Chr$(10) & "This is the 3rd Line, Did I mention This Box is an Information!" + Chr$(10) + "This is the 4th Line. Never make them this long.", MB_YESNO + MB_ICONINFORMTION, "Insert The NAME Of Your Program Here")
Easy (MSgBox) Message Box Routines! Comments
No comments yet — be the first to post one!
Post a Comment