Message B0x Thru C0de
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.
Shrnutí AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Upload