The C# Message Box
The message box is probably one of the most used control within the .NET framework.
In tribute to this verstile control, I have decided to dedicate a whole article to the message box.
What is a message box ?
A Message Box is a small window that displays information about the current executing process.
Message Boxes :-
Example
If a user requests a file to be deleted Windows will request confirmation using a message box.
Content
This article consists of two parts:
technorati tags C# .NET, Message Box

