The C# Message Box

MessageBox Control


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 :-

  • Draw attention to an error/exception that has occurred.
  • Request user input or confirmation affecting outcome of the current executing process .
  • Warns about the impending outcome of the current process.
  • 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:

  • Part 1: Components of the MessageBox control.
  • Part 2: Controlling the appearance of message boxes in C#.NET

  • technorati tags ,

    Leave a Reply