Computing.Net > Forums > Programming > Change VBS buttom names?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Change VBS buttom names?

Reply to Message Icon

Name: brockey01
Date: June 4, 2009 at 14:21:19 Pacific
OS: Windows XP
CPU/Ram: 1024
Product: Hewlett-packard / Sd2100
Subcategory: Batch
Comment:

is it possible to change the buttons on like the Abort,retry, cancel to say something else?

if so how would i go about doing that and using into a batch file?

reno has help me in the past maybe he has some input.


thanks
Brock



Sponsored Link
Ads by Google

Response Number 1
Name: reno
Date: June 5, 2009 at 01:57:18 Pacific
Reply:

i doubt you can do that.

from the script56.chm:
MsgBox(prompt[, buttons][, title][, helpfile, context])
Displays a message in a dialog box, waits for the user to click a button, and returns a value indicating which button the user clicked.

vbOKOnly 0 Display OK button only.
vbOKCancel 1 Display OK and Cancel buttons.
vbAbortRetryIgnore 2 Display Abort, Retry, and Ignore buttons.
vbYesNoCancel 3 Display Yes, No, and Cancel buttons.
vbYesNo 4 Display Yes and No buttons.
vbRetryCancel 5 Display Retry and Cancel buttons.
vbCritical 16 Display Critical Message icon.
vbQuestion 32 Display Warning Query icon.
vbExclamation 48 Display Warning Message icon.
vbInformation 64 Display Information Message icon.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Change VBS buttom names?

Changing the application name which www.computing.net/answers/programming/changing-the-application-name-which/12610.html

Change Computer Name www.computing.net/answers/programming/change-computer-name/13422.html

VB Script Help www.computing.net/answers/programming/vb-script-help/14869.html