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
Abhimanyu K VatsaPosted Jun 3, 2010, 3:41 AM
Pop-up messages are only occurs when you enter in webpage or click on some controls. Pop-up messages are not works like chatting program as you are asking. Pop-ups are basically used for to display some adds or information to each users not only to unique users.
If you want to create chat like project, u will find some needful here
http://www.codegod.de/WebAppCodeGod/Chat-with-ASP-NET-and-Ajax-AID356.aspx
http://www.dart.com/pwlc_LiveTextBox.aspx
Accept my ans if helped.
Good luck