Log in

View Full Version : Building a Database Browser Application


Peter Foot
02-10-2005, 12:00 PM
<div class='os_post_top_link'><a href='http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k3/html/intro_winmobile_vb.asp?frame=true' target='_blank'>http://msdn.microsoft.com/library/d....asp?frame=true</a><br /><br /></div>Microsoft have published a pair of articles with sample code which walk you through the creation of a database application for Pocket PC in both <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k3/html/intro_winmobile_vb.asp?frame=true">Visual Basic .NET</a> and <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k3/html/intro_winmobile_csharp.asp?frame=true">C#</a>.<br />The application retrieves data remotely from a web service and allows you to view it on-screen in the DataGrid control.