I want create something that looks like the MSN Messenger chat forms.
I am looking to create the following behavior:
- You double-click a user on your user list
- Messenger opens a form for that user, with your previous chat log with that user
- You go back to your user list and double-click that user again
- Messenger brings the previously opened form back into focus without creating another form
How can I recreate this behavior in C# WinForms
1 Answer