Question

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().

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top