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:

enter image description here

[not good] meanwhile in win 10:

enter image description here

[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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -