Home > Archive > Visual Basic > February 2005 > Set MsgBox "Help" Button Caption
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Set MsgBox "Help" Button Caption
|
|
|
| How can i change MsgBox "Help" Button Caption
Sun
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
| |
| Phill. W 2005-02-25, 3:56 pm |
| "Sun G" <sun_x22@yahoo.com> wrote in message
news:%23n4zL8wGFHA.2924@TK2MSFTNGP15.phx.gbl...
> How can i change MsgBox "Help" Button Caption
To support different languages:
Use Control Panel to change the Language settings - MsgBox's
button will follow accordingly.
To put your own words on the buttons:
Write your own dialog.
In fact, write your own dialog /anyway/ - it's good practice and,
once you've done it, you'll never go backto MsgBox anyway ...
HTH,
Phill W.
| |
|
| On Thu, 24 Feb 2005 23:53:06 -0800, Sun G <sun_x22@yahoo.com> wrote:
>How can i change MsgBox "Help" Button Caption
Roll your own.
|
|
|
|
|