Hello,
Is there any way to create a new Desktop in WinCE 3.0. I am using HPC2000.

--
Regards,
Sami

Re: Creating a separate desktop in WinCE 3.0. by Paul

Paul
Tue Feb 24 10:58:45 CST 2004

I'm not sure I understand the question. The 'desktop' is the user interface
of the 'shell' application, so, sure, you can build your own application,
run it full-screen and display whatever you want there.

Paul T.

"Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
news:O5ovJ7e%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> Hello,
> Is there any way to create a new Desktop in WinCE 3.0. I am using HPC2000.
>
> --
> Regards,
> Sami
>
>



Re: Creating a separate desktop in WinCE 3.0. by Renaud

Renaud
Tue Feb 24 21:15:43 CST 2004

You can design a new shell with the platform builder

On Mon, 23 Feb 2004 10:27:46 +0100, "Sami"
<s8a2m9i1_i5s1l9a6m@hotmail.com> wrote:

>Hello,
>Is there any way to create a new Desktop in WinCE 3.0. I am using HPC2000.


Re: Creating a separate desktop in WinCE 3.0. by Sami

Sami
Thu Feb 26 10:26:30 CST 2004

Hello,
I meant that I would like to create a hidden desktop in which I would like
to run other Windows CE applicatoins which the user would not be able to
see.
e.g. Look at the CreateDesktop API in normal MSDN.

--
Regards,
Sami
"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb im
Newsbeitrag news:OUKC3dv#DHA.1792@TK2MSFTNGP12.phx.gbl...
> I'm not sure I understand the question. The 'desktop' is the user
interface
> of the 'shell' application, so, sure, you can build your own application,
> run it full-screen and display whatever you want there.
>
> Paul T.
>
> "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> news:O5ovJ7e%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> > Hello,
> > Is there any way to create a new Desktop in WinCE 3.0. I am using
HPC2000.
> >
> > --
> > Regards,
> > Sami
> >
> >
>
>



Re: Creating a separate desktop in WinCE 3.0. by Paul

Paul
Thu Feb 26 11:15:00 CST 2004

You can do that by just having those other applications not have a UI.
There's no multiple desktop support in Windows CE (there's no reason for it
to be there).

Paul T.

"Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
news:%23eGxDTI$DHA.2524@tk2msftngp13.phx.gbl...
> Hello,
> I meant that I would like to create a hidden desktop in which I would like
> to run other Windows CE applicatoins which the user would not be able to
> see.
> e.g. Look at the CreateDesktop API in normal MSDN.
>
> --
> Regards,
> Sami
> "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb im
> Newsbeitrag news:OUKC3dv#DHA.1792@TK2MSFTNGP12.phx.gbl...
> > I'm not sure I understand the question. The 'desktop' is the user
> interface
> > of the 'shell' application, so, sure, you can build your own
application,
> > run it full-screen and display whatever you want there.
> >
> > Paul T.
> >
> > "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> > news:O5ovJ7e%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> > > Hello,
> > > Is there any way to create a new Desktop in WinCE 3.0. I am using
> HPC2000.
> > >
> > > --
> > > Regards,
> > > Sami
> > >
> > >
> >
> >
>
>



Re: Creating a separate desktop in WinCE 3.0. by Sami

Sami
Fri Feb 27 04:05:20 CST 2004

The other applications are not created by me. I am running vendor apps that
I would like to run as hidden. Currently I am running them as minimized but
the user can see the windows atleast for microsecond when I open it to get
its handle.

--
Regards,
Sami
"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb im
Newsbeitrag news:u83aQwI$DHA.2216@TK2MSFTNGP10.phx.gbl...
> You can do that by just having those other applications not have a UI.
> There's no multiple desktop support in Windows CE (there's no reason for
it
> to be there).
>
> Paul T.
>
> "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> news:%23eGxDTI$DHA.2524@tk2msftngp13.phx.gbl...
> > Hello,
> > I meant that I would like to create a hidden desktop in which I would
like
> > to run other Windows CE applicatoins which the user would not be able to
> > see.
> > e.g. Look at the CreateDesktop API in normal MSDN.
> >
> > --
> > Regards,
> > Sami
> > "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb
im
> > Newsbeitrag news:OUKC3dv#DHA.1792@TK2MSFTNGP12.phx.gbl...
> > > I'm not sure I understand the question. The 'desktop' is the user
> > interface
> > > of the 'shell' application, so, sure, you can build your own
> application,
> > > run it full-screen and display whatever you want there.
> > >
> > > Paul T.
> > >
> > > "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> > > news:O5ovJ7e%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> > > > Hello,
> > > > Is there any way to create a new Desktop in WinCE 3.0. I am using
> > HPC2000.
> > > >
> > > > --
> > > > Regards,
> > > > Sami
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: Creating a separate desktop in WinCE 3.0. by Paul

Paul
Fri Feb 27 10:12:32 CST 2004

I think you're out of luck.

Paul T.

"Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
news:%231fwuiR$DHA.212@TK2MSFTNGP12.phx.gbl...
> The other applications are not created by me. I am running vendor apps
that
> I would like to run as hidden. Currently I am running them as minimized
but
> the user can see the windows atleast for microsecond when I open it to get
> its handle.
>
> --
> Regards,
> Sami
> "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb im
> Newsbeitrag news:u83aQwI$DHA.2216@TK2MSFTNGP10.phx.gbl...
> > You can do that by just having those other applications not have a UI.
> > There's no multiple desktop support in Windows CE (there's no reason for
> it
> > to be there).
> >
> > Paul T.
> >
> > "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> > news:%23eGxDTI$DHA.2524@tk2msftngp13.phx.gbl...
> > > Hello,
> > > I meant that I would like to create a hidden desktop in which I would
> like
> > > to run other Windows CE applicatoins which the user would not be able
to
> > > see.
> > > e.g. Look at the CreateDesktop API in normal MSDN.
> > >
> > > --
> > > Regards,
> > > Sami
> > > "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> schrieb
> im
> > > Newsbeitrag news:OUKC3dv#DHA.1792@TK2MSFTNGP12.phx.gbl...
> > > > I'm not sure I understand the question. The 'desktop' is the user
> > > interface
> > > > of the 'shell' application, so, sure, you can build your own
> > application,
> > > > run it full-screen and display whatever you want there.
> > > >
> > > > Paul T.
> > > >
> > > > "Sami" <s8a2m9i1_i5s1l9a6m@hotmail.com> wrote in message
> > > > news:O5ovJ7e%23DHA.2592@TK2MSFTNGP10.phx.gbl...
> > > > > Hello,
> > > > > Is there any way to create a new Desktop in WinCE 3.0. I am using
> > > HPC2000.
> > > > >
> > > > > --
> > > > > Regards,
> > > > > Sami
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>