Home About Me Follow Me on Twitter @mikefrancis Subscribe Resources
# Thursday, February 18, 2010

Lately I’ve been spending a portion of my time supporting developers over in the Windows Marketplace for Mobile forum. I’ve collected some of the common issues folks are having and posted them over on the Windows Mobile Developer blog here. In this post, I go over tips to help you pass certification testing, specifically on running Hopper and supporting multiple screens. Check it out!

Enjoy!

Mike

posted on Thursday, February 18, 2010 10:56:13 PM UTC  #    Comments [0] Trackback
# Tuesday, August 11, 2009

A new release of the Windows Marketplace for Mobile requirements went live today. Many developers should be happy with change in the PNG Start screen icon requirements. Prior to today, you were required to include three PNG files (one for each possible DPI) in your installation CAB file. Today, this requirement is one (90x90) icon.

The three icon requirement, necessitated a setup DLL to dynamically copy the appropriate PNG according to the device DPI. Now the setup is much easier – only requiring CAB file definitions and no C++ code. 

For more information see the following updated blog post: Using Custom Icons in Windows Mobile 6.5 and FAQ: Start Screen PNG Icon FAQ.

Mike

posted on Tuesday, August 11, 2009 7:06:07 PM UTC  #    Comments [0] Trackback
# Thursday, August 06, 2009

image There have been a lot of questions around how to create great looking icons like you see for the Microsoft apps in the Windows Mobile 6.5 Start screen.  These icons aren’t icons at all in the traditional sense. Up until Windows Mobile 6.5, you could only use icon (.ICO) images embedded in the EXE file for your Start menu icon. The new Windows Mobile 6.5 Professional Start screen still uses these icons, but you may notice that they are scaled slightly. You may not notice any difference in the appearance of the icon, if you do, you can use a PNG file for your application icon. If fact, the Windows Marketplace for Mobile requires that you use a PNG for Windows Mobile 6.5 applications.

For details on now to specify a PNG file for your Start Screen icon see my blog post here.

posted on Thursday, August 06, 2009 5:43:31 AM UTC  #    Comments [0] Trackback