Search Tools Links Login

Simple Multi-Line MessageBox


Visual Basic 6, or VB Classic

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 95 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.