Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MsgBox resource

Status
Not open for further replies.

javierbalk

Programmer
Feb 27, 2002
22
0
0
AR
Hi, I am writing a custom MsgBox and InputBox with a Form, now what I need is to retrieve the proper captions for the buttons Ok, Cancel, Retry, etc from the system in the proper language of the user. Any idea about how to locate that resource strings?
Thanks in advance,

Javier
 

Do you mean something like using these constants??

[tt]
Public Function ShowMyMsgBox(Prompt, Optional Buttons As VbMsgBoxStyle = vbOKOnly, Optional Title, Optional HelpFile, Optional Context) As VbMsgBoxResult

End Function

[/tt]
 

My fault, did not see the language of the user. That will teach me for not reading carefully.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top