Changing the Text in the MsgBox Buttons

  • Thread starter Thread starter Kent Barnes
  • Start date Start date
K

Kent Barnes

I have an application that needs to change from English to Spanish on
the fly.

I have all of the fields on the application set to use either language
but I am having a problem with the MsgBox control.

When I set MsgBox to use the Yes/NO or OK/Cancel method I do not
understand how to get the buttons to contain the Spanish equilivent.

HELP


Kent
 
You cannot use intrinsic Message Box for this. You need to create a custom
form instead
 
Back
Top