문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top