MessageBox

  • Thread starter Thread starter pnp
  • Start date Start date
P

pnp

Hi all,
Can I construct a MessageBox with custom Texts for it's buttons?
In Greek for example...

Thanks in advance,
Peter.
 
Simply create new WinForm with max. required number of buttons, at run time
hide, show and arrange these button.
 
Hi Peter,

If you mean custom as in different texts in different countries, take a
look at satellite assemblies, global/localized resources, and CultureInfo.


Happy coding!
Morten Wennevik [C# MVP]
 

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

Back
Top