View Single Post
Old 01-20-04, 10:53 PM   #11 (permalink)
SquawkingMonkey
Guest
 
Posts: n/a
Quote:
Originally posted by cjradek
so if i make a .net program for the computer it will work on my wm2003 ppc right. besides screen size of course. i would like to adjust my programs if this is true. also, is there a wm2003 emulator? with evb i could only use the ppc2002 one that won't work w/2003. if there is an emulator, can
you post a link please? Thank you so much everyone.
No. The Compact Framework is a very small subset of the full Framework. Many of the classes in the base class library are missing in the Compact Framework. Even the classes that do exist may have many missing methods and properties. Also, you must create a Smart Device application to target the Compact Framework.

The Compact Framework and emulator comes standard with Visual Studio .NET. I'm not sure if this is also true of the Visual Basic .NET Standard edition.
  Reply With Quote