Welcome to MSDN Blogs Sign in | Join | Help

Visual Studio For Devices

A Team blog from the Visual Studio for Devices Team

Syndication

Browse by Tags

All Tags » FAQs » Author: Neil Enns   (RSS)
What tools do I need to develop for Pocket PC and Smartphone?
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...

Posted Thursday, September 23, 2004 10:34 AM by MobileDevGroup | 3 Comments

Forceful home screens on Smartphone devices
Another great question from the Smartphone developer newsgroup today. The gist of it is: "Why does the Smartphone home screen pop in front of my application every 10 minutes, and how can I stop it?" The Smartphone Home screen pops forward after the device Read More...

Posted Wednesday, September 22, 2004 4:54 PM by MobileDevGroup | 0 Comments

Windows Mobile Platform Migration FAQ
MSDN has a new article up on migrating your application from one Windows Mobile version to another. To ensure we are providing maximum information to our developer community, this article addresses a few of the most common issues and frequently asked Read More...

Posted Friday, September 17, 2004 9:58 AM by MobileDevGroup | 0 Comments

Accessing Connection Manager through .NET CF
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...

Posted Wednesday, September 15, 2004 2:14 PM by MobileDevGroup | 10 Comments

Generating compressed CABs for Pocket PC and Smartphone
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...

Posted Wednesday, September 15, 2004 12:28 PM by MobileDevGroup | 0 Comments

Which CPU type for Smartphone development?
Over in the news:microsoft.public.smartphone.developer newsgroup today someone asked a common question: "When I'm developing for Smartphone in eVC, which processor should I select?". The answer is straightforward: ARMv4. All Pocket PC and Smartphone devices Read More...

Posted Thursday, September 09, 2004 3:22 PM by MobileDevGroup | 6 Comments

Access the HTC cameras from your app!
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...

Posted Tuesday, August 17, 2004 9:52 AM by MobileDevGroup | 1 Comments

Programming against Windows Media Player on Smartphone and Pocket PC
“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...

Posted Monday, August 02, 2004 8:08 PM by MobileDevGroup | 1 Comments

Catching the Smartphone back and softkeys in managed code
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...

Posted Monday, August 02, 2004 8:03 PM by MobileDevGroup | 1 Comments

Switching Emulator Skins in Visual Studio 2003/eVC
The Windows Mobile guys got a question on their blog this morning about changing the skin on our current shipping emulators so they look like different devices. Here's what Larry had to say about it: The emulator engine is actually included in eVC and Read More...

Posted Thursday, July 29, 2004 9:27 AM by MobileDevGroup | 2 Comments

Filed under: ,

Localizing native Smartphone applications
Over in the news:microsoft.public.smartphone.developer newsgroup someone asked how to localize the application name that appears in the program list. This is really not an obvious thing to do, and I know we documented it once but I couldn't find the information. Read More...

Posted Friday, July 23, 2004 9:59 AM by MobileDevGroup | 0 Comments

Running code during application installation
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...

Posted Tuesday, July 20, 2004 9:44 AM by MobileDevGroup | 2 Comments

Page view tracker