Home All Groups Group Topic Archive Search About

Can I develop VB6 App for windows CE?

Author
27 May 2005 3:09 PM
Wyne
Hello,

I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
Can I use my current IDE to develop it? If not, what tool I have to use?

Thanks

Author
27 May 2005 3:17 PM
Veign
eMbedded Visual Tools 3.0 - 2002 Edition
http://www.microsoft.com/downloads/details.aspx?FamilyID=F663BF48-31EE-4CBE-AAC5-0AFFD5FB27DD&displaylang=en

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
--
Read. Decide. Sign the petition to Microsoft.
http://classicvb.org/petition/


Show quoteHide quote
"Wyne" <W***@discussions.microsoft.com> wrote in message
news:64F846A2-9A7E-4AF8-A953-9AC1D11A423A@microsoft.com...
> Hello,
>
> I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
> Can I use my current IDE to develop it? If not, what tool I have to use?
>
> Thanks
Author
28 May 2005 12:23 AM
Andrew D. Newbould
In message <64F846A2-9A7E-4AF8-A953-9AC1D11A4***@microsoft.com>, Wyne
<W***@discussions.microsoft.com> writes
>Hello,
>
>I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
>Can I use my current IDE to develop it? If not, what tool I have to use?
>
>Thanks

Download the Embedded VB Toolkit / SDK from Microsoft Downloads. This
installs into your VS6 IDE and provides CE forms and controls to develop
a CE application.

--
Andrew D. Newbould                  E-Mail:  newsgroups@NOSPAMzadsoft.com

ZAD Software Systems                Web   :  www.zadsoft.com
Author
28 May 2005 7:25 AM
Earl
Toolkit 3.0 is the way to go if you are writing eVB or eVC.

An alternative is to use the .Net CompactFramework, as some PocketPC OSs
will not be compatible with eVB (they do not include the runtime file(s)).

Show quoteHide quote
"Wyne" <W***@discussions.microsoft.com> wrote in message
news:64F846A2-9A7E-4AF8-A953-9AC1D11A423A@microsoft.com...
> Hello,
>
> I have a VB6 (enterprise edition) IDE. Now I want to develop App for PDA.
> Can I use my current IDE to develop it? If not, what tool I have to use?
>
> Thanks
Author
28 May 2005 4:40 PM
Dick Grier
Hi,

The other replies were correct for free product.  However, eVB and other
eMbedded Visual Tools are deprecated (not supported) for PocketPC 2003 and
later, and will not work on Windows Mobile 5 devices.  So... I recommend
Visual Studio 2003 Professional or higher, or even better Visual Studio 2005
Standard or higher for development of PocketPC and for other Windows CE
based systems.  The performance is much better than eVB (several orders of
magnitude), and the development environment is better.

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.