Hello, Im using a NotifyIcon Control in windows service, I write a code to show NotifyIcon's ShowBalloonTip method when service started. Now I want to fire OnClick event when the user clicked on the balloonTip or notify icon? I writen my code in NotifyIcon's BalloonTipClicked event, but The event is no occured! Why???

Please help me

With Regards

Thanks

Member Avatar for ZootAllures

I never found a way to pick up a single click using this NotifyIcon. The click event is fired only on a right click, and the DoubleClick event can also be used.

If anyone knows how to catch a single click I'd also be happy to find out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.