how to make messenger-like messagebox
-
Hi. Can anyone tell me or point me to a HOWTO on making messager-like messageboxes? A have a win app in which i would like to show some notifications to the user when something occurs, but without disturbing the user. I want to do this the same way that messenger does it when you fx have a new mail or when some friend logged in. How do i do this? \Regards finger
-
Hi. Can anyone tell me or point me to a HOWTO on making messager-like messageboxes? A have a win app in which i would like to show some notifications to the user when something occurs, but without disturbing the user. I want to do this the same way that messenger does it when you fx have a new mail or when some friend logged in. How do i do this? \Regards finger
There are several good articles here on CodeProject, if you'd only search for them. The best one available is TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in VB.NET too[^].
Microsoft MVP, Visual C# My Articles