Click here to Skip to main content
15,900,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello

I am developing a window application i want to display some popup message in my window form when a new user login in to the system and also to display a popup message when the new user got some message from the user who already logged.

How can i do this Can Anyone help in this regard.

Thanks
Posted

1 solution

MessageBox.Show("This is a popup message");
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900