0

I have a win form application with custom tray Icon like this:

Left BOTTOM Corner of Form

I want to a notification with balloon tip to user like windows tray icon, with close button and show to user for ever until pressed close button):

Exapmle

Using tool tip in ballon mode can help me, But tool tip not have a close button.

Thanks.

Reza ArabQaeni
  • 4,848
  • 27
  • 46

1 Answers1

0

Try using:

TaskbarIcon.ShowBalloonTip(10000,"Title","Message",ToolTipIcon.None);

this adds close button to baloon

Pavel Krymets
  • 6,253
  • 1
  • 22
  • 35