About Creating Pop Up window in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pvenkatesh2k4
    New Member
    • Feb 2008
    • 18

    About Creating Pop Up window in C#

    hi,
    i need to popup message while some condition satisfies in Windows Application .How to do that? is there any component to pop up the message in C# windows application. Thanks in Advance.
  • ammoos
    New Member
    • Apr 2007
    • 100

    #2
    hi

    you can use "MessageBox " to popup messages

    eg
    MessageBox.Show ("message....." );

    Comment

    • pvenkatesh2k4
      New Member
      • Feb 2008
      • 18

      #3
      [thanks for your reply.. i got the solution

      Comment

      Working...