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