Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Change the caption/text of the buttons in an UltraMessageBox
posted

Hi,

is it possible to change the caption of the OK/Cancel/Retry/Yes/No ... -Buttons with some customized text?

I'd like to translate the Messagebox buttons.

Thnx in Advance for your great support.

Piet

Edit: I probably posted this in the wrong forum as this post didn't get noticed. I reposted it in de UX Enhancers forum.

 

Parents
No Data
Reply
  • 8607
    Offline posted

    Hello PietP,

    Yes, you can change these button captions.  Here are some links to get you started.

    Customizing Assembly Resource Strings

    Win Resource Strings

    The keys you're looking for should be:

    MessageBoxButtonAbort
    MessageBoxButtonCancel
    MessageBoxButtonHelp
    MessageBoxButtonIgnore
    MessageBoxButtonNo
    MessageBoxButtonOK
    MessageBoxButtonRetry
    MessageBoxButtonYes


    Elizabeth Albert
    Localization Engineer

     

Children
No Data