I want to see an icon/image near keyboard icon in pocket PC.

I am using Visual studio 2005.

How i can do that? I also want to handle click event.

Rakesh

Re: Place a icon near keyboard icon by Peter

Peter
Tue Dec 13 02:59:33 CST 2005

You can use a toolbar to place icons at the bottom of the screen in Pocket
PC but the items won't be right aligned so not necessarily right next to the
SIP icon.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net

"Rakesh" <rakeshm@istsinc.com> wrote in message
news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>I want to see an icon/image near keyboard icon in pocket PC.
>
> I am using Visual studio 2005.
>
> How i can do that? I also want to handle click event.
>
> Rakesh
>
>



Re: Place a icon near keyboard icon by Rakesh

Rakesh
Tue Dec 13 04:35:46 CST 2005

I don't want to use toolbar.
I want to create tray icon like things.
Is it possible?



Rakesh

"Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
news:ey#YKO8$FHA.436@TK2MSFTNGP10.phx.gbl...
> You can use a toolbar to place icons at the bottom of the screen in Pocket
> PC but the items won't be right aligned so not necessarily right next to
the
> SIP icon.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> http://www.inthehand.com | http://www.peterfoot.net
>
> "Rakesh" <rakeshm@istsinc.com> wrote in message
> news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
> >I want to see an icon/image near keyboard icon in pocket PC.
> >
> > I am using Visual studio 2005.
> >
> > How i can do that? I also want to handle click event.
> >
> > Rakesh
> >
> >
>
>



Re: Place a icon near keyboard icon by ctacke/>

ctacke/>
Tue Dec 13 07:16:04 CST 2005

PPC doesn't have a tray. That *is* the toolbar.

-Chris

"Rakesh" <rakeshm@istsinc.com> wrote in message
news:%23uloND9$FHA.2736@TK2MSFTNGP11.phx.gbl...
>I don't want to use toolbar.
> I want to create tray icon like things.
> Is it possible?
>
>
>
> Rakesh
>
> "Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
> news:ey#YKO8$FHA.436@TK2MSFTNGP10.phx.gbl...
>> You can use a toolbar to place icons at the bottom of the screen in
>> Pocket
>> PC but the items won't be right aligned so not necessarily right next to
> the
>> SIP icon.
>>
>> Peter
>>
>> --
>> Peter Foot
>> Windows Embedded MVP
>> http://www.inthehand.com | http://www.peterfoot.net
>>
>> "Rakesh" <rakeshm@istsinc.com> wrote in message
>> news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>> >I want to see an icon/image near keyboard icon in pocket PC.
>> >
>> > I am using Visual studio 2005.
>> >
>> > How i can do that? I also want to handle click event.
>> >
>> > Rakesh
>> >
>> >
>>
>>
>
>



Re: Place a icon near keyboard icon by andrew

andrew
Tue Dec 13 12:56:33 CST 2005

You can use Shell_NotifyIcon if you really want to put something down there.

"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:ub0V9d%23$FHA.516@TK2MSFTNGP15.phx.gbl...
> PPC doesn't have a tray. That *is* the toolbar.
>
> -Chris
>
> "Rakesh" <rakeshm@istsinc.com> wrote in message
> news:%23uloND9$FHA.2736@TK2MSFTNGP11.phx.gbl...
>>I don't want to use toolbar.
>> I want to create tray icon like things.
>> Is it possible?
>>
>>
>>
>> Rakesh
>>
>> "Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
>> news:ey#YKO8$FHA.436@TK2MSFTNGP10.phx.gbl...
>>> You can use a toolbar to place icons at the bottom of the screen in
>>> Pocket
>>> PC but the items won't be right aligned so not necessarily right next to
>> the
>>> SIP icon.
>>>
>>> Peter
>>>
>>> --
>>> Peter Foot
>>> Windows Embedded MVP
>>> http://www.inthehand.com | http://www.peterfoot.net
>>>
>>> "Rakesh" <rakeshm@istsinc.com> wrote in message
>>> news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>>> >I want to see an icon/image near keyboard icon in pocket PC.
>>> >
>>> > I am using Visual studio 2005.
>>> >
>>> > How i can do that? I also want to handle click event.
>>> >
>>> > Rakesh
>>> >
>>> >
>>>
>>>
>>
>>
>
>



Re: Place a icon near keyboard icon by andrew

andrew
Tue Dec 13 13:00:06 CST 2005

I replied below in the thread, but I suppose it should be this message....

You can use Shell_NotifyIcon if you really want to put something down there.

"Rakesh" <rakeshm@istsinc.com> wrote in message
news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>I want to see an icon/image near keyboard icon in pocket PC.
>
> I am using Visual studio 2005.
>
> How i can do that? I also want to handle click event.
>
> Rakesh
>
>



Re: Place a icon near keyboard icon by Chris

Chris
Tue Dec 13 13:37:09 CST 2005

It also depends on what version of the OS you want to target. WM5 moved the
"tray" up into the display area removing yet more usable Today page screen
space (especially on a landscape device). However the keyboard icon remains
on the bottom "tray" while the other icons will go into this new "tray" --
but only on WM5.

"Rakesh" <rakeshm@istsinc.com> wrote in message
news:%23uloND9$FHA.2736@TK2MSFTNGP11.phx.gbl...
>I don't want to use toolbar.
> I want to create tray icon like things.
> Is it possible?
>
>
>
> Rakesh
>
> "Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
> news:ey#YKO8$FHA.436@TK2MSFTNGP10.phx.gbl...
>> You can use a toolbar to place icons at the bottom of the screen in
>> Pocket
>> PC but the items won't be right aligned so not necessarily right next to
> the
>> SIP icon.
>>
>> Peter
>>
>> --
>> Peter Foot
>> Windows Embedded MVP
>> http://www.inthehand.com | http://www.peterfoot.net
>>
>> "Rakesh" <rakeshm@istsinc.com> wrote in message
>> news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>> >I want to see an icon/image near keyboard icon in pocket PC.
>> >
>> > I am using Visual studio 2005.
>> >
>> > How i can do that? I also want to handle click event.
>> >
>> > Rakesh
>> >
>> >
>>
>>
>
>



Re: Place a icon near keyboard icon by Peter

Peter
Wed Dec 14 02:21:10 CST 2005

That will only appear on the Today screen, not when any application is
running.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net

"andrew" <nospam@nospam.com> wrote in message
news:O3OG2bBAGHA.664@TK2MSFTNGP10.phx.gbl...
> You can use Shell_NotifyIcon if you really want to put something down
> there.
>
> "<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
> news:ub0V9d%23$FHA.516@TK2MSFTNGP15.phx.gbl...
>> PPC doesn't have a tray. That *is* the toolbar.
>>
>> -Chris
>>
>> "Rakesh" <rakeshm@istsinc.com> wrote in message
>> news:%23uloND9$FHA.2736@TK2MSFTNGP11.phx.gbl...
>>>I don't want to use toolbar.
>>> I want to create tray icon like things.
>>> Is it possible?
>>>
>>>
>>>
>>> Rakesh
>>>
>>> "Peter Foot [MVP]" <feedback@nospam-inthehand.com> wrote in message
>>> news:ey#YKO8$FHA.436@TK2MSFTNGP10.phx.gbl...
>>>> You can use a toolbar to place icons at the bottom of the screen in
>>>> Pocket
>>>> PC but the items won't be right aligned so not necessarily right next
>>>> to
>>> the
>>>> SIP icon.
>>>>
>>>> Peter
>>>>
>>>> --
>>>> Peter Foot
>>>> Windows Embedded MVP
>>>> http://www.inthehand.com | http://www.peterfoot.net
>>>>
>>>> "Rakesh" <rakeshm@istsinc.com> wrote in message
>>>> news:e%23tdEN7$FHA.272@TK2MSFTNGP09.phx.gbl...
>>>> >I want to see an icon/image near keyboard icon in pocket PC.
>>>> >
>>>> > I am using Visual studio 2005.
>>>> >
>>>> > How i can do that? I also want to handle click event.
>>>> >
>>>> > Rakesh
>>>> >
>>>> >
>>>>
>>>>
>>>
>>>
>>
>>
>
>