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
Found it myself :)
Dim messageinfo As New UltraMessageBox.UltraMessageBoxInfo()
Dim rc As Infragistics.Shared.ResourceCustomizer
rc = Infragistics.Win.Resources.Customizer
rc.SetCustomizedString("MessageBoxButtonOK", "YesYes")
rc.SetCustomizedString("MessageBoxButtonAbort", "Stop It")
rc.SetCustomizedString("MessageBoxButtonRetry", "Try again")