G
Guest
Service handles the EventWritten event on an event log. Service is set to
run as LocalSystem and interact with desktop. In the event handler, I create
a form (but don't show it), and then call the native Shell_NotifyIcon using
the form's handle and icon to display a balloon tip. The form will handle
the UserClicked message and display itself if the user clicks the balloon
tip. However, I have not yet successfully gotten the balloon tip to appear
(on Win 2K SP4). Any suggestions?
Thanks!
run as LocalSystem and interact with desktop. In the event handler, I create
a form (but don't show it), and then call the native Shell_NotifyIcon using
the form's handle and icon to display a balloon tip. The form will handle
the UserClicked message and display itself if the user clicks the balloon
tip. However, I have not yet successfully gotten the balloon tip to appear
(on Win 2K SP4). Any suggestions?
Thanks!