| 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 10, 2010 |
|
March 09, 2010 |
|
March 01, 2010 |
|
February 15, 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.
The sample demonstrates how to setup the AdvancedList control showing a list of customers which can be controlled by a finger touch. It also uses new ScrollBar control to specify custom design.
Download C# Sample | Download VB Sample
The sample demonstrates how to setup the AdvancedList control showing a list of customers which can be controlled by a finger touch. It also uses new ButtonCells allowing to perform various actions under the selected customer. Moreover, it shows how to use the new Anchor property of the row cell, which is useful when switching between portrait and lanscape modes.
Download C# Sample | Download VB Sample
The sample implements a simple filter of customers loaded into AdvancedList. As the user types letters, only those customers remain in the list whose name contains the input string. Sample demonstrates how AdvancedList's RowAdding event can be used to load data manually by user provided Row objects and use the DelayLoad functionality at the same time.
Download C# Sample | Download VB Sample
The sample shows customer data in the AdvancedList having the following functionality:
This sample demonstrates the capabilities to load data from database and work with LinkClick and CellClick events.
Download C# Sample | Download VB Sample
This sample demonstrates the capabilities to work as a master/detail view of data and the ways of loading the data.
Download C# Sample | Download VB Sample
This sample is based on Sample1, but demonstrates the advanced graphics capabilities and usage of data validation for advanced data loading.
Download C# Sample | Download VB Sample
This sample demonstrates the usage of the XML templates.
Download C# Sample | Download VB Sample
This sample allows a user to modify data in the seleted row.
Download C# Sample | Download VB Sample
This sample ademonstrates the use of inherited cells and improved databinding.