Hi

Is there a way to display the Windows Mobile 5.0 SDK - Notification
Ballon when an event occurs directly, without displaying the
notification icon on the SystemTray?If you know how , please let me
know. Thanks.


Bye

Re: Notification Ballon by Lindsay

Lindsay
Fri Apr 14 11:04:36 CDT 2006

You can't have a notification balloon without an icon. Explorer doesn't
allow it.



Re: Notification Ballon by grubbymaster

grubbymaster
Mon Apr 17 02:12:18 CDT 2006

10x...i've created my own custom one and made the top left and top
right edges round using TransparentImage() function.
Topic Closed


Re: Notification Ballon by Lindsay

Lindsay
Mon Apr 17 07:29:46 CDT 2006

You can set TTS_BALLOON window style in a standard tooltip control.
TTS_CLOSE will give the close button on it.