Hi,
I would like to modify the text in a notification bubble, or remove the
bubble and put up a new one, whilst the text is displayed on the screen. Can
anyone tell me if this is possible. SHNotificationUpdate has absolutely no
effect if I have clicked on the notification icon and the bubble is visible
on the screen. SHNotificationRemove also has no effect. The only way I can
get rid of the bubble is by dismissing it by clicking on another portion of
the screen, I don't seem to me able to dismiss it programatically.
What I am doing is calling SHNotificationAdd with priority SHNP_INFORM and
grfFlags = SHNF_STRAIGHTTOTRAY. When the user clicks on the notification
icon it displays a text message saying "Searching" and starts a search
process. When the search is complete I want to display another bubble with
the search results, but this never gets displayed unless the user has
dismissed the first bubble.
Thanks in advance
john