Browse by Tags
All Tags »
Managed Develop... »
FAQs (RSS)
Yes VS 2005 SP1 is now available for download. Here are some useful links I wanted to share. VSTS patches download http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4a75ab-e2d4-4c96-b39d-37baf6b5b1dc&DisplayLang=en Express patches download
Read More...
This came up on one of the C# Frequently Asked Questions site where a customer was unable to determine if the standard SKU for Visual Studio 2003 supported Device development or not. Smart device development is available in all editions of Visual Studio
Read More...
Robert's posted a nice little write-up over at the Windows Mobile blog on the different tools available for developing apps on Pocket PC and Smartphone devices. This is a bit of a tricky subject, since depending on the release of Windows Mobile you're
Read More...
Every so often someone asks on either an internal alias or our public newsgroup about the right way to establish a data connection using the Compact Framework. Most of the time you don't have to do this since many of the built-in classes will bring up
Read More...
At a partner event yesterday I was asked if it was possible to generate compressed CAB files for Smartphone and Pocket PC. It turns out the answer is yes and no. All Smartphone devices support compressed CAB files, and cabwizsp.exe (the tool for creating
Read More...
One of the most requested features on the Smartphone developer newsgroups is for a camera API. We're working on one for the next release of Smartphone, but until then check out the new wrapper released by the folks at OpenNETCF.org. Neil Cowburn has a
Read More...
“Where are the APIs for programming Windows Media Player on Smartphone?“ This question has come up a couple of times in recent weeks on news:microsoft.public.smartphone.developer . Unfortunately the answer is “there isn't one at the
Read More...
Someone asked in news:microsoft.public.smartphone.developer over the weekend about the correct way to trap the back key when writing a managed application for Smartphone devices. Ali responed with a link to a great article on gotdotnet that walks through
Read More...
We've recently posted an overview of “What's New” in VS 2005 for device developers... check it out at: http://msdn.microsoft.com/vs2005/teams/devices/whatsnew/default.aspx [Author: Ori Amiga]
Read More...
A pretty common question on our developer newsgroups is how to run code during the installation of an application to Pocket PC or Smartphone. This can be particularly helpful on uninstall where you need to remove files that are created by your application
Read More...