Home     ProductivityTools     Articles     Fun fatcs     How To     C Sharp     Science News     Contact Us     Submit your website     General Blog     Jobs      
c# Keywords
ASP .NET
C# Utopia
How do I add text items t
How to download a file fr
How to print all values i
How to copy text to buffe
How to bind dataset to da
How to parse xml using li
How to launch Bat file
How to launch message box
How to read text file
How to append to text fil
How to set focus on a con
How to generate new GUID
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.