Simple Multi-Line MessageBox
Posted: 2002-06-01
By: ArchiveBot
Viewed: 61
Filed Under:
No attachments for this post
This code is my response to the codes using all the more difficult multiline messageboxes. I know it's nothing amazingly great, but it's rather simple and useful when needing a multiline messagebox. For more please visit www.theprynce.com.
Original Author: The Prynce
Assumptions
This code is my response to the codes using all the more difficult multiline messageboxes. I know it's nothing amazingly great, but it's rather simple and useful when needing a multiline messagebox. For more please visit www.theprynce.com.
Code
Private sub command_click
moo = MsgBox("1) Go to www.theprynce.com" & vbCrLf & "2) Vote for it on all the listed TopSites." & vbCrLf & "3) Sit back, relax, and enjoy all the info provided.", vbInformation, "How We Do it!")
end sub
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.