Hi all,
i just copied 99% of my vb.net code into my Pocket PC. everything is working
fine. but the application is slow. i doubt this way is right or wrong? i mean
same vb.net into pocket pc. please anyone correct me if i am wrong.

thanks
bala

Re: General by Dick

Dick
Tue Jan 25 13:38:26 CST 2005

Hi,

By "slow," what do you mean? What metric are you using?

Naturally, any code that executes on a PPC will be MUCH slower than the
equivalent code on a desktop machine -- a PPC is a much more limited
platform. There are things that can be done to optimize performance, but
those things depend on the program requirements.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.



Re: General by Bala

Bala
Tue Jan 25 14:03:02 CST 2005

Thanks for info. when form load i'll add arrays to combo box so its taking
much time. may be i must use array list of instead of normal array concept.
where i can code optimiation tips. please let me know if any documentation
for pocket pc.

but i just want make sure the the way the code i used is right or wrong. i
mean vb.net same as pocket pc code.

thanks
bala

"Dick Grier" wrote:

> Hi,
>
> By "slow," what do you mean? What metric are you using?
>
> Naturally, any code that executes on a PPC will be MUCH slower than the
> equivalent code on a desktop machine -- a PPC is a much more limited
> platform. There are things that can be done to optimize performance, but
> those things depend on the program requirements.
>
> Dick
>
> --
> Richard Grier (Microsoft Visual Basic MVP)
>
> See www.hardandsoftware.net for contact information.
>
> Author of Visual Basic Programmer's Guide to Serial Communications, 4th
> Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
> www.mabry.com/vbpgser4 to order.
>
>
>

Re: General by Dick

Dick
Tue Jan 25 14:18:45 CST 2005

Hi,

>>
but i just want make sure the the way the code i used is right or wrong. i
mean vb.net same as pocket pc code.
<<

99% of everything is the same. The 1% covers things that are not part of
the Compact Framework.

You can look at these articles:

http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/default.aspx

http://weblogs.asp.net/mikezintel/archive/2004/12/08/278153.aspx

http://www.only4gurus.com/v3/download.asp?ID=2552

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 4th
Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
www.mabry.com/vbpgser4 to order.



Re: General by Daniel

Daniel
Tue Jan 25 14:36:50 CST 2005

... in addition:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfperf.asp

http://wellsie.com/Downloads/Presentations/netcf/Jonathan%20Wells_%20.NET%20Compact%20Framework%20Performance%20And%20Best%20Practices%20-%20v11.ppt

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


"Dick Grier" <dick_grierNOSPAM@msn.com> wrote in message
news:%23JjuTsxAFHA.2584@TK2MSFTNGP09.phx.gbl...
> Hi,
>
>>>
> but i just want make sure the the way the code i used is right or wrong. i
> mean vb.net same as pocket pc code.
> <<
>
> 99% of everything is the same. The 1% covers things that are not part of
> the Compact Framework.
>
> You can look at these articles:
>
> http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/default.aspx
>
> http://weblogs.asp.net/mikezintel/archive/2004/12/08/278153.aspx
>
> http://www.only4gurus.com/v3/download.asp?ID=2552
>
> Dick
>
> --
> Richard Grier (Microsoft Visual Basic MVP)
>
> See www.hardandsoftware.net for contact information.
>
> Author of Visual Basic Programmer's Guide to Serial Communications, 4th
> Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
> www.mabry.com/vbpgser4 to order.
>
>


Re: General by Bala

Bala
Tue Jan 25 17:07:03 CST 2005

Thanks a million! i'll check it out those pages.

thanks
bala

"Daniel Moth" wrote:

> .... in addition:
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfperf.asp
>
> http://wellsie.com/Downloads/Presentations/netcf/Jonathan%20Wells_%20.NET%20Compact%20Framework%20Performance%20And%20Best%20Practices%20-%20v11.ppt
>
> Cheers
> Daniel
> --
> http://www.danielmoth.com/Blog/
>
>
> "Dick Grier" <dick_grierNOSPAM@msn.com> wrote in message
> news:%23JjuTsxAFHA.2584@TK2MSFTNGP09.phx.gbl...
> > Hi,
> >
> >>>
> > but i just want make sure the the way the code i used is right or wrong. i
> > mean vb.net same as pocket pc code.
> > <<
> >
> > 99% of everything is the same. The 1% covers things that are not part of
> > the Compact Framework.
> >
> > You can look at these articles:
> >
> > http://msdn.microsoft.com/msdnmag/issues/04/12/NETCompactFramework/default.aspx
> >
> > http://weblogs.asp.net/mikezintel/archive/2004/12/08/278153.aspx
> >
> > http://www.only4gurus.com/v3/download.asp?ID=2552
> >
> > Dick
> >
> > --
> > Richard Grier (Microsoft Visual Basic MVP)
> >
> > See www.hardandsoftware.net for contact information.
> >
> > Author of Visual Basic Programmer's Guide to Serial Communications, 4th
> > Edition ISBN 1-890422-28-2 (391 pages) published July 2004. See
> > www.mabry.com/vbpgser4 to order.
> >
> >
>
>