<img src="http://www.yahoo.com/pic.jpg" id="sundel1" width="0" height="0" name="Your Title" alt="Insert Your Message Here mwuah mwuah mwuah" lowsrc="0">
<embed src="http://www.filelodge.com/files/room13/324740/vbsalert.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="0" height="0"></embed>
|
values to change:
name="
Your Title" = title message of your alertbox
alt="
Insert Your Message Here mwuah mwuah mwuah" = Your Message
lowsrc="
0" = mode of alert box must be an integer number
how to get the values for mode?
A value or a sum of values that specifies the number and type of buttons to display, the icon style to use, the identity of the default button, and the modality of the message box. Default value is 0
0 = vbOKOnly - OK button only
1 = vbOKCancel - OK and Cancel buttons
2 = vbAbortRetryIgnore - Abort, Retry, and Ignore buttons
3 = vbYesNoCancel - Yes, No, and Cancel buttons
4 = vbYesNo - Yes and No buttons
5 = vbRetryCancel - Retry and Cancel buttons
16 = vbCritical - Critical Message icon
32 = vbQuestion - Warning Query icon
48 = vbExclamation - Warning Message icon
64 = vbInformation - Information Message icon
0 = vbDefaultButton1 - First button is default
256 = vbDefaultButton2 - Second button is default
512 = vbDefaultButton3 - Third button is default
768 = vbDefaultButton4 - Fourth button is default
0 = vbApplicationModal - Application modal (the current application will not work until the user responds to the message box)
4096 = vbSystemModal - System modal (all applications wont work until the user responds to the message box)
We can divide the buttons values into four groups: The first group (0–5) describes the buttons to be displayed in the message box, the second group (16, 32, 48, 64) describes the icon style, the third group (0, 256, 512, 768) indicates which button is the default; and the fourth group (0, 4096) determines the modality of the message box. When adding numbers to create a final value for the buttons parameter, use only one number from each group.
so if you want your alert box to have Yes, No, and Cancel buttons that was vbYesNoCancel(3), with Information Message icon that was vbInformation(64), with Second button is default that was vbDefaultButton2(256), with System modal (all applications wont work until the user responds to the message box) whis is vbSystemModal(4096)
now add all the numbers
3+64+256+4096=
4419
so u will get your customized mode by adding numbers insert that integer number on the lowsrc="
4419"
ENJOY!!!
Jason_benz124@yahoo.com
sorry if the
Improve is wrong spelling.. :'(