| Press Releases |
|---|
|
November 17, 2009 The popular component suite now with new controls and themes |
|
October 20, 2009 Resco MobileForms Toolkit now optimized for application development for Windows® phones |
| More |
| Latest Versions |
|
March 17, 2010 |
|
March 16, 2010 |
|
March 16, 2010 |
|
March 10, 2010 |
| More |
Following Windows Mobile Development Samples demonstrate the usage of Resco .NET CF controls in various situations. All samples include C#, or VB .NET source code for Microsoft Visual Studio.
Note: Some samples may require Windows Mobile 5.0 SDK installed to be run. You can download Windows Mobile 5.0 SDK free of charge from Microsoft webpage here.
This sample demonstrates the usage of the DetailView .NET control on the Windows Mobile devices with touch screen. The form can be controlled by a finger: vertically by items and horizontally by pages. Moreover, pages are shown the same way as on iPhone.
This sample demonstrates the usage of the DetailView .NET control on the Windows Mobile Smartphone. It allows the user to fill in new Project Lead information such as Company info and Project details, as well as scroll through the existing Leads. The related data are stored in the DataTable object which is bind to the DetailView.
demonstrates a usage of a simple detail form. The form is completely designed in design-time and uses all basic windows controls like TextBox, ComboBox, DateTime Picker and CheckBox to edit data.
Download C# Sample | Download VB Sample
Download C# Sample | Download VB Sample
Download C# Sample | Download VB Sample
demonstrates how to use inheritance to get the special items for target specific tasks. In the sample special Item is created that can be used to capture user signatures.
Download C# Sample | Download VB Sample
demonstrates how to use inheritance to get the special items for target specific tasks. In the sample special Item is InkBox control from OutlookControls library.
Download C# Sample | Download VB Sample
Another custom item sample. It demonstrates how to use inheritance to get the special items for target specific tasks. In the sample special Item is Radio Button control.