I am sorry guys , i have so many problems nowadays so I cannot concentrate on blogging, by the way I came through some forums posts and I really wanted to write something so today you will be learning the Types of Message Boxes in C# and the same types of Message Boxes are available in VB.NET .
What is a Message Box?
Shortly I can say Message Boxes are used to show Messages/Alerts to the user.
What are the types of Message Boxes?
The types of Message Boxes are something very important, if you want to display a message box you should know what is the type of the Message Box is going to be(ie:if you display "Cannot Convert" then that's a Error Message.
Error : Error is something that stops the system from doing it or else we can say something that does not allow doing it.
Exception : Problems that occur during the run of a program or during the usage of a function or a statement.
What is a Message Box?
Shortly I can say Message Boxes are used to show Messages/Alerts to the user.
What are the types of Message Boxes?
The types of Message Boxes are something very important, if you want to display a message box you should know what is the type of the Message Box is going to be(ie:if you display "Cannot Convert" then that's a Error Message.
- Error Message Boxes.
- Information/Detail Message Boxes.
- Warning Message Boxes.
- Empty Message Boxes.
- Questioning Message Boxes.
- Exception Message Boxes.
Error : Error is something that stops the system from doing it or else we can say something that does not allow doing it.
Exception : Problems that occur during the run of a program or during the usage of a function or a statement.