• Home
  • »
  • C# Language
  • »
  • is it possible to show a popup message in c# windows application?
AuthorQuestion
is it possible to show a popup message in c# windows application?
Posted on: 31 Oct 2012
is it possible to show a popup message in c# windows application?
[ + ]
AuthorReply
Re: is it possible to show a popup message in c# windows application?
Posted on: 31 Oct 2012  
Use the below statement -

MessageBox.Show("Title","Message",MessageBoxButtons.OK, MessageBoxIcon.OK);

Nitesh Luharuka http://www.niteshluharuka.com https://twitter.com/niteshluharuka https://www.facebook.com/nitesh.luharuka https://www.facebook.com/web.nitesh Please mark as 'Accepted Answer' if it helps you! This helps other users too. :)
Re: is it possible to show a popup message in c# windows application?
Posted on: 31 Oct 2012  
Use any of the (around 10) overload of MessageBox.Show();  according to ur need .


if u want to pop up only message as u said then write it as below:

MessageBox.Show("Message you want to pop-up");


Please mark Accept answer if u find it right.

Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter