How to launch Message Box?
Thsi is just a one line code
Usage 1 :-
MessageBox.Show("Message to be shown");
Usage 2:-
MessageBox.Show("Message to be shown", "Caption of the Message box");
This method has 21 overloaded functions and is very useful. Explore the remaining overloads by your own. It is fun.