Scroll to Main content, Navigation
Sprint

Note: This site was designed with Cascading Stylesheets for layout & design. You are seeing this note either because those Stylesheets didn't reach your machine or because you are using an outdated browser. You may only view the raw textual content of this site. In order to view, use, and enjoy this site to the fullest at the maximum security level, please visit our Browser Upgrade page to view a list of browsers that support web standards.


Advanced Search



Sample Code

 

 

Microsoft .NET Compact Framework Samples

Typically coming from programming on a desktop environment to programming on a a handheld device brings on a new set of issues about creating menus for a mobile device. The below example is a tutorial on SmartPhone menu programming.
How to: Use Smartphone Menus

Most mobile developer will sooner or later at some point during their mobile application development need to go beyond present data in data entry forms and will have to present the data in rows and columns. The below example is a tutorial about using a DataGrid on a Pocket-PC device.
How to: Use the DataGrid on the Pocket PC

Web services and networking is a necessary part of mobile application development.. One of the most common and popular networking protocols is HTTP. The below example is a tutorial about implementing network connectivity with a mobile device.
How to: Send an HTTP Request with Proxy