LOCATION: HomeSupportSamples › Windows Mobile Development Samples - AdvancedList .NET CF

Press Releases

November 17, 2009
Resco Releases Resco MobileForms Toolkit 2010

The popular component suite now with new controls and themes

October 20, 2009
Resco Announces Support for Windows® Phones

Resco MobileForms Toolkit now optimized for application development for Windows® phones

More
Latest Versions

March 10, 2010
DetailView .NET v6.8.0.6

March 09, 2010
AdvancedList .NET v6.8.0.5

March 01, 2010
OutlookControls .NET v6.8.0.5

February 15, 2010
SmartGrid .NET v6.8.0.3

More

Windows Mobile Development Samples - Resco AdvancedList .NET CF

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.

Customer List with Touch Control with custom ScrollBar (NEW)

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

Customer List with Touch Control

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

Delayed Manual Data Load sample for WM 5.0 PPC

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

Customer List for WM 5.0 Smartphone

The sample shows customer data in the AdvancedList having the following functionality:

  • After pressing a character the company name filter appears
  • Selected Row displays additional Tel, and Fax info
  • Rows as well as Tel and Fax Cells are selectable through hardware keys
  • CellEntered Event handles situation when Tel, or Fax has been entered by the user

Download VB Sample  

Preview-detail sample

This sample demonstrates the capabilities to load data from database and work with LinkClick and CellClick events.

  • The top row is special header row.
  • You can display longer texts with the help of the tooltips.
  • The row can display short info in preview and more info when selected.
  • With the use of the link cells it is easy to link the row to other forms or to the internet explorer or e-mail client.

Download C# Sample |  Download VB Sample

Master-detail sample

This sample demonstrates the capabilities to work as a master/detail view of data and the ways of loading the data.

  • In this sample the GridLines are not displayed, rows are separated by the choice of colors.
  • Multiple selection is enabled, to display more rows with details.
  • We use the RowSelect event to load or unload the child rows with order details.

Download C# Sample  |  Download VB Sample

Advanced graphics sample

This sample is based on Sample1, but demonstrates the advanced graphics capabilities and usage of data validation for advanced data loading.

  • We don't have to display the header row.
  • In the preview template image cell displaying the flag of country helps in orientation.
  • In the detail template we use the image cell to display the fancy background.
  • We map the image indexes to database rows using the ValidateData event.

Download C# Sample |  Download VB Sample

XML sample

This sample demonstrates the usage of the XML templates.

  • Control properties are loaded from 2 different XML template files.
  • The data in the example are the same, loaded from the XML data file.
  • Active row remains visible on template change.
  • XML templates can be used for different users of the same form or for other UI changes.

Download C# Sample |  Download VB Sample

Editable AdvancedList sample

This sample allows a user to modify data in the seleted row.

  • The sample defines new class, which is inherited from AdvancedList control.
  • New class responds to CellClick Event and displays TextBox over the selected cell.
  • In addition it declares ValueChangingEvent, which reises once the value has been modified.
  • The main form of the sample uses this event to change the corresponding value in a data source.

Download C# Sample  |  Download VB Sample

AdvancedList with CheckBoxes

This sample ademonstrates the use of inherited cells and improved databinding.

  • New CheckBoxCell derived from ImageCell is created.
  • Check boxes are manipulated with the use of underlying datasource.
  • In addition user can navigate and (un)check rows with keyboard.

Download C# Sample  |  Download VB Sample