is there any way to delete notification icon which has not classid ? I mean:
some default system's notificitaion. like gprs connection or missed phone
call?

I saw some tutorial, how to delete the low battery notification icon, but
this icon has classid available to find.

how to delete some other notification icon?

I can find and delete balloon message by DestroyWindow, but the icons leave.

Re: how to delete notification icon by Fabien

Fabien
Mon Dec 10 01:46:38 PST 2007

Hi,

Check out this function (SHNotificationRemove), it will probably do
what you want:
http://msdn2.microsoft.com/en-us/library/aa455968.aspx

BR

Fabien Decret (Device Application Development MVP)
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/



On 10 d=E9c, 10:29, "JG" <jgi...@infonet.com.pl> wrote:
> is there any way to delete notification icon which has not classid ? I mea=
n:
> some default system's notificitaion. like gprs connection or missed phone
> call?
>
> I saw some tutorial, how to delete the low battery notification icon, but
> this icon has classid available to find.
>
> how to delete some other notification icon?
>
> I can find and delete balloon message by DestroyWindow, but the icons leav=
e.


Re: how to delete notification icon by JG

JG
Mon Dec 10 02:17:26 PST 2007

yes. but for this below function you replied, I need classid of such
notification.
what I take from CLSIDFromString(... function, certainly.

but not every notification icon has own classid. it is not requested by
Windows Mobile by default.

I look for registry values for classid of notification
and I'm sure there is no key for some other notifications. I mean: like USSD
message notification.
because this notification is generated from ussd.dll
I used Spy+ and there is also no window and do dialog for such notification
to help to identify

curiously, this notification works in different ways, in different devices.

for example in HTC Ameo, it is displaying a balloon message in old style of
notification (but the OS is WM6) which has own window and has no
notification icon defined from WM5 version. in this case, of course, I can
easily destroy it permanently.



any other ideas?


"Fabien" <fab_00_2002@msn.com> wrote in message
news:e5225492-ae97-4030-a779-aa9a49908224@o6g2000hsd.googlegroups.com...
Hi,

Check out this function (SHNotificationRemove), it will probably do
what you want:
http://msdn2.microsoft.com/en-us/library/aa455968.aspx

BR

Fabien Decret (Device Application Development MVP)
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/



On 10 déc, 10:29, "JG" <jgi...@infonet.com.pl> wrote:
> is there any way to delete notification icon which has not classid ? I
> mean:
> some default system's notificitaion. like gprs connection or missed phone
> call?
>
> I saw some tutorial, how to delete the low battery notification icon, but
> this icon has classid available to find.
>
> how to delete some other notification icon?
>
> I can find and delete balloon message by DestroyWindow, but the icons
> leave.



Re: how to delete notification icon by Lisa

Lisa
Wed Dec 12 22:21:01 PST 2007

Do you want to delete the notification or prevent it from appearing in the
first case?
If you want to prevent it, there may be a registry key setting to disable
that notification.

"JG" <jginfo@infonet.com.pl> wrote in message
news:%23oj7hXxOIHA.2208@TK2MSFTNGP06.phx.gbl...
> yes. but for this below function you replied, I need classid of such
> notification.
> what I take from CLSIDFromString(... function, certainly.
>
> but not every notification icon has own classid. it is not requested by
> Windows Mobile by default.
>
> I look for registry values for classid of notification
> and I'm sure there is no key for some other notifications. I mean: like
> USSD message notification.
> because this notification is generated from ussd.dll
> I used Spy+ and there is also no window and do dialog for such
> notification to help to identify
>
> curiously, this notification works in different ways, in different
> devices.
>
> for example in HTC Ameo, it is displaying a balloon message in old style
> of notification (but the OS is WM6) which has own window and has no
> notification icon defined from WM5 version. in this case, of course, I can
> easily destroy it permanently.
>
>
>
> any other ideas?
>
>
> "Fabien" <fab_00_2002@msn.com> wrote in message
> news:e5225492-ae97-4030-a779-aa9a49908224@o6g2000hsd.googlegroups.com...
> Hi,
>
> Check out this function (SHNotificationRemove), it will probably do
> what you want:
> http://msdn2.microsoft.com/en-us/library/aa455968.aspx
>
> BR
>
> Fabien Decret (Device Application Development MVP)
> Windows Embedded Consultant
>
> ADENEO (ADESET)
> http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/
>
>
>
> On 10 déc, 10:29, "JG" <jgi...@infonet.com.pl> wrote:
>> is there any way to delete notification icon which has not classid ? I
>> mean:
>> some default system's notificitaion. like gprs connection or missed phone
>> call?
>>
>> I saw some tutorial, how to delete the low battery notification icon, but
>> this icon has classid available to find.
>>
>> how to delete some other notification icon?
>>
>> I can find and delete balloon message by DestroyWindow, but the icons
>> leave.
>
>