VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Easy (MSgBox) Message Box Routines!

by EM Dixson (6 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 19th September 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Easy (MSgBox) Message Box Routines!

Rate Easy (MSgBox) Message Box Routines!



*                  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") 
 


Download this snippet    Add to My Saved Code

Easy (MSgBox) Message Box Routines! Comments

No comments have been posted about Easy (MSgBox) Message Box Routines!. Why not be the first to post a comment about Easy (MSgBox) Message Box Routines!.

Post your comment

Subject:
Message:
0/1000 characters