Hi,

I am trying to add a icon on the navigation bar of my Pocket PC but i am not
able to find any option to do so. just as we see Volume icon available on the
bar similarly i want my application icon to be set there.
I have been looking everywhere in Msdn but i only get information about
adding Notification icon.
Can anyone please help me out with this.

If at all i have to use shell notification functions to add notify icon to
the navigation bar, i want to remove the left menu named "Notification". Is
there any way to disable that menu item.

Moreover i am getting bubble introduced at the lower part of the screen, not
as bubble comes when i tap on Connections icon which shows bubble on the top
of the screen.

Can any one please help me in how to do any of this programmatically.

Re: Adding Application Icon to the Navigation Bar for Pocket PC by Yaroslav

Yaroslav
Tue Aug 22 03:50:41 CDT 2006

In Windows Mobile 5 all notifications come from the bottom. There is no
documented way to insert an icon into the title bar. Some products insert
their icons by just creating a child window of the taskbar or even by
sublassing the taskbar, but these methods are highly unrecommended since it
can cause a lot of side effects and conflcts.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"puneet" <blue_rock25@yahoo.com> wrote in message
news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
> Hi,
>
> I am trying to add a icon on the navigation bar of my Pocket PC but i am
> not
> able to find any option to do so. just as we see Volume icon available on
> the
> bar similarly i want my application icon to be set there.
> I have been looking everywhere in Msdn but i only get information about
> adding Notification icon.
> Can anyone please help me out with this.
>
> If at all i have to use shell notification functions to add notify icon to
> the navigation bar, i want to remove the left menu named "Notification".
> Is
> there any way to disable that menu item.
>
> Moreover i am getting bubble introduced at the lower part of the screen,
> not
> as bubble comes when i tap on Connections icon which shows bubble on the
> top
> of the screen.
>
> Can any one please help me in how to do any of this programmatically.
>
>



Re: Adding Application Icon to the Navigation Bar for Pocket PC by blue_rock25

blue_rock25
Thu Aug 24 01:21:01 CDT 2006

Hi,
Thanks for the reply, I am well aware of this method of creating icon on the
taskbar. but i presume that in windows mobile 5.0 there is a difference
between task bar and navigation bar. adding an icon to the task bar(which is
at lower part of the device can be done without creating child windows)
however creating icon on the navigation bar ( which is at the top part of the
device is undocumented as i guess). It is true that notification only come at
the bottom part of the device, but then i am thinking how come notifications
for connectivity comes in form of a bubble at the top part. or does it mean
that icons like "Volume", "connection appear on the top part of the device
because they are created as child windows ?..

Please do let me know if my understanding is incorrect and if incomplete
then please do let me know how those icons appear and how bubbles appear for
them at top ?

"Yaroslav Goncharov" wrote:

> In Windows Mobile 5 all notifications come from the bottom. There is no
> documented way to insert an icon into the title bar. Some products insert
> their icons by just creating a child window of the taskbar or even by
> sublassing the taskbar, but these methods are highly unrecommended since it
> can cause a lot of side effects and conflcts.
>
> --
> Yaroslav Goncharov
> Spb Software House, http://spbsoftwarehouse.com
> Pocket PC Developer Network, http://pocketpcdn.com
>
>
> "puneet" <blue_rock25@yahoo.com> wrote in message
> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
> > Hi,
> >
> > I am trying to add a icon on the navigation bar of my Pocket PC but i am
> > not
> > able to find any option to do so. just as we see Volume icon available on
> > the
> > bar similarly i want my application icon to be set there.
> > I have been looking everywhere in Msdn but i only get information about
> > adding Notification icon.
> > Can anyone please help me out with this.
> >
> > If at all i have to use shell notification functions to add notify icon to
> > the navigation bar, i want to remove the left menu named "Notification".
> > Is
> > there any way to disable that menu item.
> >
> > Moreover i am getting bubble introduced at the lower part of the screen,
> > not
> > as bubble comes when i tap on Connections icon which shows bubble on the
> > top
> > of the screen.
> >
> > Can any one please help me in how to do any of this programmatically.
> >
> >
>
>
>

Re: Adding Application Icon to the Navigation Bar for Pocket PC by Yaroslav

Yaroslav
Thu Aug 24 06:52:20 CDT 2006

Yes, on Windows Mobile 5 all "real" notifications created by
SHNotificationAdd are shown at the bottom. The volume and connection bubles
use their own way to add and show themselves.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"puneet" <blue_rock25@yahoo.com> wrote in message
news:EC222436-85E2-4702-A3AD-48450DB76A97@microsoft.com...
> Hi,
> Thanks for the reply, I am well aware of this method of creating icon on
> the
> taskbar. but i presume that in windows mobile 5.0 there is a difference
> between task bar and navigation bar. adding an icon to the task bar(which
> is
> at lower part of the device can be done without creating child windows)
> however creating icon on the navigation bar ( which is at the top part of
> the
> device is undocumented as i guess). It is true that notification only come
> at
> the bottom part of the device, but then i am thinking how come
> notifications
> for connectivity comes in form of a bubble at the top part. or does it
> mean
> that icons like "Volume", "connection appear on the top part of the device
> because they are created as child windows ?..
>
> Please do let me know if my understanding is incorrect and if incomplete
> then please do let me know how those icons appear and how bubbles appear
> for
> them at top ?
>
> "Yaroslav Goncharov" wrote:
>
>> In Windows Mobile 5 all notifications come from the bottom. There is no
>> documented way to insert an icon into the title bar. Some products insert
>> their icons by just creating a child window of the taskbar or even by
>> sublassing the taskbar, but these methods are highly unrecommended since
>> it
>> can cause a lot of side effects and conflcts.
>>
>> --
>> Yaroslav Goncharov
>> Spb Software House, http://spbsoftwarehouse.com
>> Pocket PC Developer Network, http://pocketpcdn.com
>>
>>
>> "puneet" <blue_rock25@yahoo.com> wrote in message
>> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
>> > Hi,
>> >
>> > I am trying to add a icon on the navigation bar of my Pocket PC but i
>> > am
>> > not
>> > able to find any option to do so. just as we see Volume icon available
>> > on
>> > the
>> > bar similarly i want my application icon to be set there.
>> > I have been looking everywhere in Msdn but i only get information about
>> > adding Notification icon.
>> > Can anyone please help me out with this.
>> >
>> > If at all i have to use shell notification functions to add notify icon
>> > to
>> > the navigation bar, i want to remove the left menu named
>> > "Notification".
>> > Is
>> > there any way to disable that menu item.
>> >
>> > Moreover i am getting bubble introduced at the lower part of the
>> > screen,
>> > not
>> > as bubble comes when i tap on Connections icon which shows bubble on
>> > the
>> > top
>> > of the screen.
>> >
>> > Can any one please help me in how to do any of this programmatically.
>> >
>> >
>>
>>
>>



Re: Adding Application Icon to the Navigation Bar for Pocket PC by blue_rock25

blue_rock25
Fri Aug 25 02:33:01 CDT 2006

Hi Yaroslav,

do u know how these bubbles appear or how are volume or connections icon are
embedded onto the navigation bar.There must be some technique involved in it.
Or do i have to look into wince 5.0 based OS design for handhelds in PB.I
mean will there be any help in PB 5.0 which can let me know how these are
implemented and put into the OS image or something.

Actually i have derived a method on using the notification icon in my
project and that solves a workaround method for our requirement. but still i
want to know details on it.
I am really thankfull for ur quick response and help in guiding me through
correct way.

Thanks
Puneet Saini.

"Yaroslav Goncharov" wrote:

> Yes, on Windows Mobile 5 all "real" notifications created by
> SHNotificationAdd are shown at the bottom. The volume and connection bubles
> use their own way to add and show themselves.
>
> --
> Yaroslav Goncharov
> Spb Software House, http://spbsoftwarehouse.com
> Pocket PC Developer Network, http://pocketpcdn.com
>
>
> "puneet" <blue_rock25@yahoo.com> wrote in message
> news:EC222436-85E2-4702-A3AD-48450DB76A97@microsoft.com...
> > Hi,
> > Thanks for the reply, I am well aware of this method of creating icon on
> > the
> > taskbar. but i presume that in windows mobile 5.0 there is a difference
> > between task bar and navigation bar. adding an icon to the task bar(which
> > is
> > at lower part of the device can be done without creating child windows)
> > however creating icon on the navigation bar ( which is at the top part of
> > the
> > device is undocumented as i guess). It is true that notification only come
> > at
> > the bottom part of the device, but then i am thinking how come
> > notifications
> > for connectivity comes in form of a bubble at the top part. or does it
> > mean
> > that icons like "Volume", "connection appear on the top part of the device
> > because they are created as child windows ?..
> >
> > Please do let me know if my understanding is incorrect and if incomplete
> > then please do let me know how those icons appear and how bubbles appear
> > for
> > them at top ?
> >
> > "Yaroslav Goncharov" wrote:
> >
> >> In Windows Mobile 5 all notifications come from the bottom. There is no
> >> documented way to insert an icon into the title bar. Some products insert
> >> their icons by just creating a child window of the taskbar or even by
> >> sublassing the taskbar, but these methods are highly unrecommended since
> >> it
> >> can cause a lot of side effects and conflcts.
> >>
> >> --
> >> Yaroslav Goncharov
> >> Spb Software House, http://spbsoftwarehouse.com
> >> Pocket PC Developer Network, http://pocketpcdn.com
> >>
> >>
> >> "puneet" <blue_rock25@yahoo.com> wrote in message
> >> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
> >> > Hi,
> >> >
> >> > I am trying to add a icon on the navigation bar of my Pocket PC but i
> >> > am
> >> > not
> >> > able to find any option to do so. just as we see Volume icon available
> >> > on
> >> > the
> >> > bar similarly i want my application icon to be set there.
> >> > I have been looking everywhere in Msdn but i only get information about
> >> > adding Notification icon.
> >> > Can anyone please help me out with this.
> >> >
> >> > If at all i have to use shell notification functions to add notify icon
> >> > to
> >> > the navigation bar, i want to remove the left menu named
> >> > "Notification".
> >> > Is
> >> > there any way to disable that menu item.
> >> >
> >> > Moreover i am getting bubble introduced at the lower part of the
> >> > screen,
> >> > not
> >> > as bubble comes when i tap on Connections icon which shows bubble on
> >> > the
> >> > top
> >> > of the screen.
> >> >
> >> > Can any one please help me in how to do any of this programmatically.
> >> >
> >> >
> >>
> >>
> >>
>
>
>

Re: Adding Application Icon to the Navigation Bar for Pocket PC by Yaroslav

Yaroslav
Mon Sep 04 02:51:48 CDT 2006

I don't think that there is an API available to third party developers to
add notification icons to the task bar on Windows Mobile 5.

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


"puneet" <blue_rock25@yahoo.com> wrote in message
news:68CE7EB7-29CC-4CDB-A222-CF323903FBD9@microsoft.com...
> Hi Yaroslav,
>
> do u know how these bubbles appear or how are volume or connections icon
> are
> embedded onto the navigation bar.There must be some technique involved in
> it.
> Or do i have to look into wince 5.0 based OS design for handhelds in PB.I
> mean will there be any help in PB 5.0 which can let me know how these are
> implemented and put into the OS image or something.
>
> Actually i have derived a method on using the notification icon in my
> project and that solves a workaround method for our requirement. but still
> i
> want to know details on it.
> I am really thankfull for ur quick response and help in guiding me through
> correct way.
>
> Thanks
> Puneet Saini.
>
> "Yaroslav Goncharov" wrote:
>
>> Yes, on Windows Mobile 5 all "real" notifications created by
>> SHNotificationAdd are shown at the bottom. The volume and connection
>> bubles
>> use their own way to add and show themselves.
>>
>> --
>> Yaroslav Goncharov
>> Spb Software House, http://spbsoftwarehouse.com
>> Pocket PC Developer Network, http://pocketpcdn.com
>>
>>
>> "puneet" <blue_rock25@yahoo.com> wrote in message
>> news:EC222436-85E2-4702-A3AD-48450DB76A97@microsoft.com...
>> > Hi,
>> > Thanks for the reply, I am well aware of this method of creating icon
>> > on
>> > the
>> > taskbar. but i presume that in windows mobile 5.0 there is a difference
>> > between task bar and navigation bar. adding an icon to the task
>> > bar(which
>> > is
>> > at lower part of the device can be done without creating child windows)
>> > however creating icon on the navigation bar ( which is at the top part
>> > of
>> > the
>> > device is undocumented as i guess). It is true that notification only
>> > come
>> > at
>> > the bottom part of the device, but then i am thinking how come
>> > notifications
>> > for connectivity comes in form of a bubble at the top part. or does it
>> > mean
>> > that icons like "Volume", "connection appear on the top part of the
>> > device
>> > because they are created as child windows ?..
>> >
>> > Please do let me know if my understanding is incorrect and if
>> > incomplete
>> > then please do let me know how those icons appear and how bubbles
>> > appear
>> > for
>> > them at top ?
>> >
>> > "Yaroslav Goncharov" wrote:
>> >
>> >> In Windows Mobile 5 all notifications come from the bottom. There is
>> >> no
>> >> documented way to insert an icon into the title bar. Some products
>> >> insert
>> >> their icons by just creating a child window of the taskbar or even by
>> >> sublassing the taskbar, but these methods are highly unrecommended
>> >> since
>> >> it
>> >> can cause a lot of side effects and conflcts.
>> >>
>> >> --
>> >> Yaroslav Goncharov
>> >> Spb Software House, http://spbsoftwarehouse.com
>> >> Pocket PC Developer Network, http://pocketpcdn.com
>> >>
>> >>
>> >> "puneet" <blue_rock25@yahoo.com> wrote in message
>> >> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
>> >> > Hi,
>> >> >
>> >> > I am trying to add a icon on the navigation bar of my Pocket PC but
>> >> > i
>> >> > am
>> >> > not
>> >> > able to find any option to do so. just as we see Volume icon
>> >> > available
>> >> > on
>> >> > the
>> >> > bar similarly i want my application icon to be set there.
>> >> > I have been looking everywhere in Msdn but i only get information
>> >> > about
>> >> > adding Notification icon.
>> >> > Can anyone please help me out with this.
>> >> >
>> >> > If at all i have to use shell notification functions to add notify
>> >> > icon
>> >> > to
>> >> > the navigation bar, i want to remove the left menu named
>> >> > "Notification".
>> >> > Is
>> >> > there any way to disable that menu item.
>> >> >
>> >> > Moreover i am getting bubble introduced at the lower part of the
>> >> > screen,
>> >> > not
>> >> > as bubble comes when i tap on Connections icon which shows bubble on
>> >> > the
>> >> > top
>> >> > of the screen.
>> >> >
>> >> > Can any one please help me in how to do any of this
>> >> > programmatically.
>> >> >
>> >> >
>> >>
>> >>
>> >>
>>
>>
>>



Re: Adding Application Icon to the Navigation Bar for Pocket PC by kosza

kosza
Mon Sep 04 05:20:59 CDT 2006


Hi Guys,

I am not 100% sure that I understood the request correctly but IMHO
there is a way to add icons to the upper level area of the Windows CE
screen (in the area of the Volume icon, Timer, Connection sign etc). I
don't know its official name (title bar?).

Please check MSDN for the SHNotificationAdd method and the whole system
notification handling inside newer CEs.

Kind regards,

Ferenc


Yaroslav Goncharov =EDrta:
> I don't think that there is an API available to third party developers to
> add notification icons to the task bar on Windows Mobile 5.
>
> --
> Yaroslav Goncharov
> Spb Software House, http://spbsoftwarehouse.com
> Pocket PC Developer Network, http://pocketpcdn.com
>
>
> "puneet" <blue_rock25@yahoo.com> wrote in message
> news:68CE7EB7-29CC-4CDB-A222-CF323903FBD9@microsoft.com...
> > Hi Yaroslav,
> >
> > do u know how these bubbles appear or how are volume or connections icon
> > are
> > embedded onto the navigation bar.There must be some technique involved =
in
> > it.
> > Or do i have to look into wince 5.0 based OS design for handhelds in PB=
.I
> > mean will there be any help in PB 5.0 which can let me know how these a=
re
> > implemented and put into the OS image or something.
> >
> > Actually i have derived a method on using the notification icon in my
> > project and that solves a workaround method for our requirement. but st=
ill
> > i
> > want to know details on it.
> > I am really thankfull for ur quick response and help in guiding me thro=
ugh
> > correct way.
> >
> > Thanks
> > Puneet Saini.
> >
> > "Yaroslav Goncharov" wrote:
> >
> >> Yes, on Windows Mobile 5 all "real" notifications created by
> >> SHNotificationAdd are shown at the bottom. The volume and connection
> >> bubles
> >> use their own way to add and show themselves.
> >>
> >> --
> >> Yaroslav Goncharov
> >> Spb Software House, http://spbsoftwarehouse.com
> >> Pocket PC Developer Network, http://pocketpcdn.com
> >>
> >>
> >> "puneet" <blue_rock25@yahoo.com> wrote in message
> >> news:EC222436-85E2-4702-A3AD-48450DB76A97@microsoft.com...
> >> > Hi,
> >> > Thanks for the reply, I am well aware of this method of creating icon
> >> > on
> >> > the
> >> > taskbar. but i presume that in windows mobile 5.0 there is a differe=
nce
> >> > between task bar and navigation bar. adding an icon to the task
> >> > bar(which
> >> > is
> >> > at lower part of the device can be done without creating child windo=
ws)
> >> > however creating icon on the navigation bar ( which is at the top pa=
rt
> >> > of
> >> > the
> >> > device is undocumented as i guess). It is true that notification only
> >> > come
> >> > at
> >> > the bottom part of the device, but then i am thinking how come
> >> > notifications
> >> > for connectivity comes in form of a bubble at the top part. or does =
it
> >> > mean
> >> > that icons like "Volume", "connection appear on the top part of the
> >> > device
> >> > because they are created as child windows ?..
> >> >
> >> > Please do let me know if my understanding is incorrect and if
> >> > incomplete
> >> > then please do let me know how those icons appear and how bubbles
> >> > appear
> >> > for
> >> > them at top ?
> >> >
> >> > "Yaroslav Goncharov" wrote:
> >> >
> >> >> In Windows Mobile 5 all notifications come from the bottom. There is
> >> >> no
> >> >> documented way to insert an icon into the title bar. Some products
> >> >> insert
> >> >> their icons by just creating a child window of the taskbar or even =
by
> >> >> sublassing the taskbar, but these methods are highly unrecommended
> >> >> since
> >> >> it
> >> >> can cause a lot of side effects and conflcts.
> >> >>
> >> >> --
> >> >> Yaroslav Goncharov
> >> >> Spb Software House, http://spbsoftwarehouse.com
> >> >> Pocket PC Developer Network, http://pocketpcdn.com
> >> >>
> >> >>
> >> >> "puneet" <blue_rock25@yahoo.com> wrote in message
> >> >> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
> >> >> > Hi,
> >> >> >
> >> >> > I am trying to add a icon on the navigation bar of my Pocket PC b=
ut
> >> >> > i
> >> >> > am
> >> >> > not
> >> >> > able to find any option to do so. just as we see Volume icon
> >> >> > available
> >> >> > on
> >> >> > the
> >> >> > bar similarly i want my application icon to be set there.
> >> >> > I have been looking everywhere in Msdn but i only get information
> >> >> > about
> >> >> > adding Notification icon.
> >> >> > Can anyone please help me out with this.
> >> >> >
> >> >> > If at all i have to use shell notification functions to add notify
> >> >> > icon
> >> >> > to
> >> >> > the navigation bar, i want to remove the left menu named
> >> >> > "Notification".
> >> >> > Is
> >> >> > there any way to disable that menu item.
> >> >> >
> >> >> > Moreover i am getting bubble introduced at the lower part of the
> >> >> > screen,
> >> >> > not
> >> >> > as bubble comes when i tap on Connections icon which shows bubble=
on
> >> >> > the
> >> >> > top
> >> >> > of the screen.
> >> >> >
> >> >> > Can any one please help me in how to do any of this
> >> >> > programmatically.
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >>
> >>
> >>


Re: Adding Application Icon to the Navigation Bar for Pocket PC by kosza

kosza
Mon Sep 04 05:26:08 CDT 2006


Actually, to be more precise: the _icon_ itself always appears in the
top area. However, you might be interested how to display the _bubble
itself_ in the top area as well.

In order to achieve that, please use the following GUID in your
SHNOTIFICATIONDATA.clsid field:
{ 0x99de7411, 0x772f, 0x43d0, { 0x81, 0xf0, 0x66, 0x83, 0x36, 0xca,
0x65, 0x1b } }

Kind regards,

Ferenc


k=2E..@hotmail.com =EDrta:
> Hi Guys,
>
> I am not 100% sure that I understood the request correctly but IMHO
> there is a way to add icons to the upper level area of the Windows CE
> screen (in the area of the Volume icon, Timer, Connection sign etc). I
> don't know its official name (title bar?).
>
> Please check MSDN for the SHNotificationAdd method and the whole system
> notification handling inside newer CEs.
>
> Kind regards,
>
> Ferenc
>
>
> Yaroslav Goncharov =EDrta:
> > I don't think that there is an API available to third party developers =
to
> > add notification icons to the task bar on Windows Mobile 5.
> >
> > --
> > Yaroslav Goncharov
> > Spb Software House, http://spbsoftwarehouse.com
> > Pocket PC Developer Network, http://pocketpcdn.com
> >
> >
> > "puneet" <blue_rock25@yahoo.com> wrote in message
> > news:68CE7EB7-29CC-4CDB-A222-CF323903FBD9@microsoft.com...
> > > Hi Yaroslav,
> > >
> > > do u know how these bubbles appear or how are volume or connections i=
con
> > > are
> > > embedded onto the navigation bar.There must be some technique involve=
d in
> > > it.
> > > Or do i have to look into wince 5.0 based OS design for handhelds in =
PB.I
> > > mean will there be any help in PB 5.0 which can let me know how these=
are
> > > implemented and put into the OS image or something.
> > >
> > > Actually i have derived a method on using the notification icon in my
> > > project and that solves a workaround method for our requirement. but =
still
> > > i
> > > want to know details on it.
> > > I am really thankfull for ur quick response and help in guiding me th=
rough
> > > correct way.
> > >
> > > Thanks
> > > Puneet Saini.
> > >
> > > "Yaroslav Goncharov" wrote:
> > >
> > >> Yes, on Windows Mobile 5 all "real" notifications created by
> > >> SHNotificationAdd are shown at the bottom. The volume and connection
> > >> bubles
> > >> use their own way to add and show themselves.
> > >>
> > >> --
> > >> Yaroslav Goncharov
> > >> Spb Software House, http://spbsoftwarehouse.com
> > >> Pocket PC Developer Network, http://pocketpcdn.com
> > >>
> > >>
> > >> "puneet" <blue_rock25@yahoo.com> wrote in message
> > >> news:EC222436-85E2-4702-A3AD-48450DB76A97@microsoft.com...
> > >> > Hi,
> > >> > Thanks for the reply, I am well aware of this method of creating i=
con
> > >> > on
> > >> > the
> > >> > taskbar. but i presume that in windows mobile 5.0 there is a diffe=
rence
> > >> > between task bar and navigation bar. adding an icon to the task
> > >> > bar(which
> > >> > is
> > >> > at lower part of the device can be done without creating child win=
dows)
> > >> > however creating icon on the navigation bar ( which is at the top =
part
> > >> > of
> > >> > the
> > >> > device is undocumented as i guess). It is true that notification o=
nly
> > >> > come
> > >> > at
> > >> > the bottom part of the device, but then i am thinking how come
> > >> > notifications
> > >> > for connectivity comes in form of a bubble at the top part. or doe=
s it
> > >> > mean
> > >> > that icons like "Volume", "connection appear on the top part of the
> > >> > device
> > >> > because they are created as child windows ?..
> > >> >
> > >> > Please do let me know if my understanding is incorrect and if
> > >> > incomplete
> > >> > then please do let me know how those icons appear and how bubbles
> > >> > appear
> > >> > for
> > >> > them at top ?
> > >> >
> > >> > "Yaroslav Goncharov" wrote:
> > >> >
> > >> >> In Windows Mobile 5 all notifications come from the bottom. There=
is
> > >> >> no
> > >> >> documented way to insert an icon into the title bar. Some products
> > >> >> insert
> > >> >> their icons by just creating a child window of the taskbar or eve=
n by
> > >> >> sublassing the taskbar, but these methods are highly unrecommended
> > >> >> since
> > >> >> it
> > >> >> can cause a lot of side effects and conflcts.
> > >> >>
> > >> >> --
> > >> >> Yaroslav Goncharov
> > >> >> Spb Software House, http://spbsoftwarehouse.com
> > >> >> Pocket PC Developer Network, http://pocketpcdn.com
> > >> >>
> > >> >>
> > >> >> "puneet" <blue_rock25@yahoo.com> wrote in message
> > >> >> news:E9CA5C08-1A7A-4FD7-9BB8-4EA6B94A9C3C@microsoft.com...
> > >> >> > Hi,
> > >> >> >
> > >> >> > I am trying to add a icon on the navigation bar of my Pocket PC=
but
> > >> >> > i
> > >> >> > am
> > >> >> > not
> > >> >> > able to find any option to do so. just as we see Volume icon
> > >> >> > available
> > >> >> > on
> > >> >> > the
> > >> >> > bar similarly i want my application icon to be set there.
> > >> >> > I have been looking everywhere in Msdn but i only get informati=
on
> > >> >> > about
> > >> >> > adding Notification icon.
> > >> >> > Can anyone please help me out with this.
> > >> >> >
> > >> >> > If at all i have to use shell notification functions to add not=
ify
> > >> >> > icon
> > >> >> > to
> > >> >> > the navigation bar, i want to remove the left menu named
> > >> >> > "Notification".
> > >> >> > Is
> > >> >> > there any way to disable that menu item.
> > >> >> >
> > >> >> > Moreover i am getting bubble introduced at the lower part of the
> > >> >> > screen,
> > >> >> > not
> > >> >> > as bubble comes when i tap on Connections icon which shows bubb=
le on
> > >> >> > the
> > >> >> > top
> > >> >> > of the screen.
> > >> >> >
> > >> >> > Can any one please help me in how to do any of this
> > >> >> > programmatically.
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >>
> > >>
> > >>
> > >>