|
Hi, I want to develop a simple, instant messenger like- application where there's a main windows with nicknames and pop-up chat window when you click the nickname in C#. I can create a click event to instantiate a new chat window form, but I don't know how to manipulate the chat window forms so I can have only one chat window with each nickname and transfer data between main window and the chat window. Any suggestions will be appreciated.
|