Is there an easy way to add a check mark to the tip of a balloon?

Is there an easy way to add a checkbox (or any other custom control, for that matter) inside the tip of a balloon?

I want to provide the user with an optional flag that says: "Never show this message again."

The indicated spray can is shown using NotifyIcon.ShowBalloonTip() .

+4
source share
1 answer

A sample project can be found here: http://www.codeproject.com/KB/dotnet/EmbCtrlNotIc.aspx

+3
source

Source: https://habr.com/ru/post/1334505/


All Articles