vbYesNo

K

Khalil Handal

Hi to all,

I using the English language for Access.
In a Message Box with vbYesNo, I changed the message text to French, the
Yes , No buttons are in English.

Is it possible to replace the Yes with Qui text and the No with Non
instead.

I appreciate any help.

Khalil
 
D

Douglas J. Steele

As far as I know, the buttons are set by the operating system, not by
Access.

If you can't get the correct OS, and you're determined to do this, take a
look at my May, 2005 "Access Answers" column in Pinnacle Publication's
"Smart Access". You can download the column (and sample database) for free
at http://www.accessmvp.com/DJSteele/SmartAccess.html

Note that I don't really recommend using that code in a production
application!
 
G

Guest

Graham, I found the Set Icon function on your site, and I wanted to try it
out, but I can't figure out where to specify the new icon. So how does this
work?
 
G

Graham R Seach

Niniel,

You specify it in sIconPath.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------
 
G

Graham R Seach

Niniel,

If you're using XMsgBox, you specify it in sIconPath, but if you're using
SetFormIcon on its own, you specify it in sIcon.
Public Sub SetFormIcon(hWnd As Long, sIcon As String)

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
---------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top