Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to change the text in the buttons of the message box that appears in my app. So for example, instead of 'yes' I want to use 'Camera' and instead of 'no' I want to use 'Media library'..Anyone got any idea??

this is how far I got..

DialogResult dlgResult=MessageBox.Show("Inport photo","Select from where to import photo",MessageBoxButtons.YesNo,MessageBoxIcon.None);

I am very much struggling with it, any ideas are welcomed. Thanks

share|improve this question

1 Answer

Default Silverlight API does not allow you to do this, however XNA API does. See following link:

http://dotnet.dzone.com/articles/delivering-message-using

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.