Search Tools Links Login

Message B0x Thru C0de


Visual Basic 6, or VB Classic


This Message box is missing something all the others
have... the form! All you need is the module. The
Message boxes are created when needed at run-time.
It's really simple to use:
MBox(sMsg, _
sCaption, _
Optional MsgBoxType, _
Optional lType As Long, _
Optional lIcon As Long, _
Optional oPath As String, _
Optional nX As Long, _
Optional nY As Long, _
Optional Edge As Boolean
) As Integer
You can use one or all of the parameters so many
different types of message boxes can be generated.
Features Include:
-------------------
1.) Will handle nearly any message no matter the size.
2.) YOu do not have to alter or customize the code.
3.) Allows you to set X,Y position.
4.) Enable user to copy the Message or parts of it.
5.) Display 3D Window or sunken Client Edge.
6.) Allows you to use custom Icons.

Original Author: dcroft

About this post

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

Categories

Visual Basic 6

Attachments

CODE_UPLOAD6574692000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 10,271 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.