R
RickDee
Pls help.
What I am trying to do is to change the text of the MessageBox. For example,
when we use :
MessageBox.Show("Pass or Fail ?", "Dialog Title", MessageBoxButtons.YesNo);
Then we will have the Yes and No button for user to press. Now how can I
have the enum struct option where I can put MessageBoxButtons.PassFail which
will display Pass and Fail buttons on the message box ? Is ther anyway to do
this ?
Thanks
Regards
What I am trying to do is to change the text of the MessageBox. For example,
when we use :
MessageBox.Show("Pass or Fail ?", "Dialog Title", MessageBoxButtons.YesNo);
Then we will have the Yes and No button for user to press. Now how can I
have the enum struct option where I can put MessageBoxButtons.PassFail which
will display Pass and Fail buttons on the message box ? Is ther anyway to do
this ?
Thanks
Regards