is there a Spanish equavalent to vbYesNo
is there a Spanish equavalent to vbYesNo
(OP)
To define a message box I usally do the following:
Style = vbYesNo + vbCritical + vbDefaultButton2
The latest program I'm working on is going to be used by Spanish speaking customers and I need for the buttons to be labeled as Si/No rather than Yes/No. Is there a way to make the msgbox function do this or do I have to make a form to do this?
Style = vbYesNo + vbCritical + vbDefaultButton2
The latest program I'm working on is going to be used by Spanish speaking customers and I need for the buttons to be labeled as Si/No rather than Yes/No. Is there a way to make the msgbox function do this or do I have to make a form to do this?





RE: is there a Spanish equavalent to vbYesNo
http
-handleman, CSWP (The new, easy test)
RE: is there a Spanish equavalent to vbYesNo
RE: is there a Spanish equavalent to vbYesNo
-handleman, CSWP (The new, easy test)
RE: is there a Spanish equavalent to vbYesNo
If the client's OS is in Spanish then the MsgBox will display "Yes, No, Cancel" as "Sí, No, Cancela" automatically. No work is required on your part.
"If stupidity got us into this mess, then why can't it get us out?" - Will Rogers (1879-1935) ***************
http://virtualpipeline.spaces.live.com/
RE: is there a Spanish equavalent to vbYesNo
RE: is there a Spanish equavalent to vbYesNo
MiketheEngineer,
You can't change MS Windows languages via settings. You must buy copy of MS XP or Vista - Español. (Heck maybe by the name maybe all "Vista" systems are español, I only have a Spanish copy of Vista.) I have also had Turkish versions of MS Windows, as I had to purchase a laptop while working in Turkey. I did not understand Turkish, so had to change the opsys to English. It was very difficult to install an English opsys on a computer that had a Turkish opsys previosly. Afterwards I would still get a few messages in Turkish. With any given language MS opsys I know about, you can only change international date and currency settings.
"If stupidity got us into this mess, then why can't it get us out?" - Will Rogers (1879-1935) ***************
http://virtualpipeline.spaces.live.com/
RE: is there a Spanish equavalent to vbYesNo
"If stupidity got us into this mess, then why can't it get us out?" - Will Rogers (1879-1935) ***************
http://virtualpipeline.spaces.live.com/
RE: is there a Spanish equavalent to vbYesNo
I've found so many great things on this site and in most cases found that the harder the problem seems, the easier the solution. Thanks again!