problem of notification over system tray

  • Thread starter Thread starter balu
  • Start date Start date
B

balu

Hello ,

I Had a problem in developing a application for getting a message
over or above system tray .

When we first logon into the yahoo messenger , whenever a new user logon
,The messenger will shows message above the system tray. for example " balu
comes is on online " above system tray .

whenever a new user logout ,The messenger will shows message above the
system tray. for example " anand is offline " above system tray .
How to implement this function in my application in vb.net or c#.

Either I need some sites to implement this or procedure.

Please give me reply for this as soon as possible.


Thank you ,

balu.
 
Your system's date/time settings seem to be wrong.
I Had a problem in developing a application for getting a message
over or above system tray .

When we first logon into the yahoo messenger , whenever a new user logon
,The messenger will shows message above the system tray. for example "
balu
comes is on online " above system tray .

whenever a new user logout ,The messenger will shows message above the
system tray. for example " anand is offline " above system tray .
How to implement this function in my application in vb.net or c#.

TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in
VB.NET too
<URL:http://www.codeproject.com/cs/miscctrl/taskbarnotifier.asp>

Introducing the Visual Basic .NET Power Pack
<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbpowerpack.asp>

Please post to related groups only in future (at least
"microsoft.public.dotnet.framework.windowsforms.databinding" is not related
to the question).
 
Back
Top