c# - Change Notification Balloon Size -
i have here windows forms application using notifyicon
everything works fine in win 7 environment, until win10 came...
the content of notification balloon has 9 lines.
but when run app in win10, lines of notification content not shown in balloon.
how can resize balloon in win10?
[correct] win 7 notification:
[not good] meanwhile in win 10:
[update] notification balloon won't show in 64-bit os. 😴
i don't believe possible without hacking, if want examples on doing written here: http://www.codeproject.com/articles/37912/embedding-net-controls-to-notifyicon-balloon-toolt
i advice you, if possible, move wpf (or use mix). wpf there component allows use custom popups. information on can found here: http://www.hardcodet.net/wpf-notifyicon
Comments
Post a Comment