From: Vaquar on
Hello,

I am using eVC++ 3.0 and my application runs on 2003 and WM5.

In WM5.0 notification bubble using SHNotificationAdd() comes up in bottom.
How can I show Notification bubble on top just like that in PPC 2002 ?

Thank you,

Vaquar
From: Vaquar on
I found this question was answered in last month's thread.
So I tried using GUID "SHNOTIFICATIONDATA.clsid field:
{ 0x99de7411, 0x772f, 0x43d0, { 0x81, 0xf0, 0x66, 0x83, 0x36, 0xca,
0x65, 0x1b } }"

The notification itself doesn't comes up if I use this GUID.

Again, my requirement is to display bubble in top navigation bar in WM 5.0
similar to 2002/3.

*********
"Vaquar" wrote:

> Hello,
>
> I am using eVC++ 3.0 and my application runs on 2003 and WM5.
>
> In WM5.0 notification bubble using SHNotificationAdd() comes up in bottom.
> How can I show Notification bubble on top just like that in PPC 2002 ?
>
> Thank you,
>
> Vaquar