Getting Started with Compact Framework

  • Thread starter Thread starter STom
  • Start date Start date
S

STom

I will be writing a Pocket PC application (winforms type). I have ordered
the Dan Fergus book also.

I am wondering...I have VS.Net 2003 but is there anything I need to download
(like the compact framework) to have an add-in with VS.Net?

Thanks!

STom
 
If you have 2003, then just create a new project and create it as type Smart
Device Application, choose your Platform (PocketPC) and then the project
type (which will probably be Windows Application).

I'm not sure what add-in you're referring to, but you shouldn't need
anything additional other than VS 2003 to get started.

HTH,

Bill
 
Hi,

Well, one thing that may not be clear on the initial reading of the FAQ, is
that you must use Visual Studio Pro or higher. The Standard Editions do not
support the Compact Framework.

Dick

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 
Back
Top