MsgBox control 
How many times did you laboriously prepare MessageBox.Show(...) parameters?
How many times did you have to restart a program to see an effect of setting these
numerous parameters? Do you want to speed the process up this time? MsgBox class
that can be used directly in Visual Studio, and resulting message box examined without
restart is the solution. And good news is this component is absolutely free.

Features
- Design Mode support
- Full support for a system MessageBox available from a property grid in design
mode.
- Format parameters - Title bar and text formatting supported with
string.Format
method.
- Test function
- "Show message box" function allowing to preview a message box in Visual Studio
designer.
- Buttons events
- XxxClick events called after clicking buttons on a message box.
- Event Log support - Ability to record answers and information in
an Event Log. Allows for tracing user actions.
Change log
|
Version |
New features |
3.0
(6/14/04) |
Inauguration |
|