Log in

View Full Version : Crafting Smartphone User Interfaces Using .NET Compact Framework


Robert Levy
12-10-2003, 06:44 PM
<div class='os_post_top_link'><a href='http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmtphn2k3/html/grfCraftingSmartphoneUserInterfacesUsingNETCompactFramework.asp?frame=true' target='_blank'>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmtphn2k3/html/grfCraftingSmartphoneUserInterfacesUsingNETCompactFramework.asp?frame=true</a><br /><br /></div>Here's another awesome new article for developers. This one talks in detail about creating good user interfaces using .NET CF. There is some great sample code in here including a framework you can reuse for custom owner-drawn list controls. Check it out!<br /><br />"The .NET Compact Framework enables developers to rapidly create applications for Smartphone 2003. Learn how to achieve that "native" look for your managed applications without touching any C++. All the available controls are covered along with implementing splash screens, scrolling forms, setting input modes and creating owner-drawn ListViews. (29 printed pages)"

Mike Temporale
12-12-2003, 05:07 PM
That's a great look at all the UI controls and how they should be used. There's some nice code snippets in here too. :)