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()
.
an example project can be found here: http://www.codeproject.com/KB/dotnet/EmbCtrlNotIc.aspx