Browse by Tags
All Tags »
Managed Development (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...
A few day back Xin had presented a WebCast on MSDN Webcast: Creating Custom Controls for Managed Code with Design Time Support in Visual Studio 2005. The demo code and additional information can be downloaded from here .
Read More...
If you are a device developer (or evaluating device development in VS 2005) please continue to use the November CTP for that. Information on November CTP and the patches needed is also in given our blog below. Thanks Amit Chopra
Read More...
A number of people have been trying to get this information on newsgroups and other means so I thought it would be nice to put a blog to provide an answer to CE support question. VS2005 will support both Managed (VB,C#) and Native Development (C++) for
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...
We got a few posts from customers asking us on how best to debug a Windows CE 5.0 device without using Active Sync. Edward Xu, who is a Software Design Engineer/Test in our group, put together this information that will be useful in this regards. This
Read More...
I recently responded to a customer's question with a note saying that the device bits in the December CTP are older than the November CTP. I am sure the next logical question people would have in mind would be - how and why would that happen. I'll make
Read More...
http://download.microsoft.com/download/1/1/6/116F9AB8-BEBE-425D-A81E-0603BCE6DA2E/SmartDeviceProject.msi If you build a managed VB or C# .NET CF Application using the November CTP and then press F5 or CRTL+F5 to deploy the application, currently it fails
Read More...
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...