My control is useful for every project. This is localizable MessageBox control. Buttons on standard windows message box controls are always Yes, No, Abort, Cancel, OK, Ignore, Retry. I needed different text on my message boxes so I decided to develop custom message box control. I wrote one Test application just to show how it works. There are 10 predefined constructors.
Default text is Serbian Da=Yes, Ne=No and Odustani=Abort.Dialog result is on of the following:
There is no DialogResult.OK, DialogResult.OK, DialogResult.Retry
Here are some screen shots to take a look at:
Example 1:
Example 2: