Search code examples
c#.netwinformsnotifyiconpopup-balloons

Is there an easy way to add a checkbox to a balloon tip?


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

I want to provide the user with an optional checkbox that reads "Never show this message again".

The balloon tip in question is shown using NotifyIcon.ShowBalloonTip().


Solution

  • an example project can be found here: http://www.codeproject.com/KB/dotnet/EmbCtrlNotIc.aspx