NotifyIcon Library

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • sside
    New Member
    • Dec 2003
    • 475

    NotifyIcon Library

    NotifyIcon library (NotifyIcon.dll v.1.0.0.3).

    Functions:
    1. SetIcon
    2. SetText
    3. ShowIcon
    4. HideIcon
    5. SetBalloonTipIcon
    6. SetBalloonTipTitle
    7. SetBalloonTipText
    8. ShowBalloonTip
    9. ShowBalloonTipEx
    10. GetError


    Note:

    SetIcon takes as an argument a icon filename or icon index from shell32.dll. To browse shell32.dll and to get an icon index use IconBrowserDialog.
    ShowIcon will show the icon in the notification area of the taskbar.
    ShowBalloonTip and ShowBalloonTipEx will show a balloon tip in the taskbar for the specified time period.
    Use ShowIcon before you use ShowBalloonTip or ShowBalloonTipEx.


    .Net 2.0 required.

    With Kind Regards
    sside
Working...
X