Click here to Skip to main content
15,909,242 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
i have worked with vb.net application to manage tasks from managers to his own employees and i have to create notification msg like yahoo or msn notification by the delay tasks have to be done

i thought about loop for task date for all records but it will make delay for processes
so plz feed me by the good solution ............thanks

amr ghanem
Posted

1 solution

Do you mean to say you want a balloon tip such as (http://www.wintipz.com/XP/images/Balloon.JPG[^])?

If you're using VB.NET 2.0 and above, use the TrayIcon component and its ShowBalloonTip() method. Reference: http://msdn.microsoft.com/en-us/library/system.windows.forms.notifyicon.showballoontip.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900