J JPSutor Feb 28, 2005 #1 Can anyone direct me as to how to get started writing apps for the IPAQ in C#
P Peter Jausovec Feb 28, 2005 #2 Hi, HEre is a good place to start: http://msdn.microsoft.com/smartclient/understanding/netcf/
T Tim Wilson Feb 28, 2005 #3 To write smart device applications, for a device such as the iPAQ (Pocket PC), you need to target the Compact Framework (CF). Currently, this will require VS.Net 2003 Professional, or better. Here are some resources to browse through. http://msdn.microsoft.com/smartclient/understanding/netcf/ http://samples.gotdotnet.com/quickstart/compactframework/ http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx http://www.opennetcf.org/CategoryView.aspx?category=Home The CF is still in version 1.0, however, it is up to service pack 3. http://www.microsoft.com/downloads/...11-194b-4c00-b445-f92bec03032f&displaylang=en And, of course, if you run into any issues you can always drop a line over to the offical CF newsgroup. microsoft.public.dotnet.framework.compactframework
To write smart device applications, for a device such as the iPAQ (Pocket PC), you need to target the Compact Framework (CF). Currently, this will require VS.Net 2003 Professional, or better. Here are some resources to browse through. http://msdn.microsoft.com/smartclient/understanding/netcf/ http://samples.gotdotnet.com/quickstart/compactframework/ http://msdn.microsoft.com/smartclient/community/cffaq/default.aspx http://www.opennetcf.org/CategoryView.aspx?category=Home The CF is still in version 1.0, however, it is up to service pack 3. http://www.microsoft.com/downloads/...11-194b-4c00-b445-f92bec03032f&displaylang=en And, of course, if you run into any issues you can always drop a line over to the offical CF newsgroup. microsoft.public.dotnet.framework.compactframework