Can you please give an example of what text you would want to use for these buttons and what actions these buttons would correspond with on the message dialog form.
Any form can be shown as a dialog. This form can then have standard buttons added to it which have there properties set to return dialog button responses back to the calling client.
Quote:
quote:Originally posted by angelboy
hi
i see this page more than one
but i don't found the answer of my question
do you understand my question?
i wanna to change the Text of MessageBox Buttons
for example
i wanna when i write MessageBox.Show("sample Text",Sample Caption",
MessageBoxButtons.Ok,MesageBoxIcons.Error);
then i have recive the MesageBox Form that the Text OF MessageBoxButon doesn't Ok // for Example the Text of MessageBoxButton will be Okay
do you understand my goal?
|