Browse by Tags
All Tags »
Author: Neil En... »
Managed Development (RSS)
I've never encountered this issue before, but apparently there's no NewGuid() method in .NET CF v1. Peter Foot, one of our MVPs, has written a little class that will generate a GUID for you with a simple P/Invoke. [Author: Neil Enns]
Read More...
Three new articles on developing for Windows Mobile devices just went live on MSDN. One of them is the first in a series on migrating eVB applications to VB.NET. Architecting Disconnected Mobile Applications Using a Service Oriented Architecture The Windows
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...
An update for WindowsXP was just released that resolves an issue with USB device connectivity to USB 2.0 ports. In particular this can affect Pocket PCs if you power-cycle them while they're connected. Here's the writeup from the KB article: When you
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...
A guy named Trey has a great blog up that talks about all sorts of interesting device development topics, including some posts on doing test driven development. If you're familiar with NUnit for the desktop, Trey's got some version 0.1 code for running
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...
Fresh off the, uh, press. Enjoy! Northwind Pocket Service: Field Service for Windows Mobile-Based Pocket PC Learn about enterprise mobile solution business aspects and how to develop mobile enterprise applications for Windows Mobile 2003-based Pocket
Read More...
The .NET CF team just launched their team blog . Between that blog, this blog, and the Windows Mobile blog everyone should now have a plethora of RSS feeds to read on the latest in mobile devices and device development. :) They've gone with a lovely shade
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...
The fine folks at OpenNETCF.org released version 1.2 of their framework today. It's a fantastic add-on to the .NET Comapct Framework that adds all sorts of great new controls and class libraries to ease device development. Here's what's new in this release,
Read More...
Welcome to the Visual Studio for Devices team blog :) One of my first projects in my new role is to think about extensibility in Visual Studio as it relates to devices and device projects. In using previous versions of Visual Studio where do you wish
Read More...