How to do a balloon tip in a tray icon in C#
-
Hi, I was wondering if anyone has figured out how to get the new Windows XP-stype ballon-tip to appear in a Tray icon type application written in C#? The NotifyIcon object doesn't have any properties or methods to allow for that and I just can't figure out how to do it. Does anyone have any ideas? Thanks.
-
Hi, I was wondering if anyone has figured out how to get the new Windows XP-stype ballon-tip to appear in a Tray icon type application written in C#? The NotifyIcon object doesn't have any properties or methods to allow for that and I just can't figure out how to do it. Does anyone have any ideas? Thanks.
http://www.codeproject.com/cs/miscctrl/cballoon.asp http://www.codeproject.com/cs/miscctrl/notifyiconex.asp http://www.codeproject.com/cs/miscctrl/balloonnet.asp Plenty of examples if you search for them. They work with tray, forms, anywhere you want.
-
Hi, I was wondering if anyone has figured out how to get the new Windows XP-stype ballon-tip to appear in a Tray icon type application written in C#? The NotifyIcon object doesn't have any properties or methods to allow for that and I just can't figure out how to do it. Does anyone have any ideas? Thanks.