LOCATION: HomeSupportSamplesAdvancedList .NET

Press Releases

November 10, 2008
G-sensor technology finds its place in business solutions

October 27, 2008
Resco releases Resco MobileForms Toolkit 2008 Volume 3

Popular component suite with new data input capabilities

More
Latest Versions

December 19, 2008
OutlookControls .NET v6.5.0.5

December 10, 2008
DetailView .NET v6.5.0.1

December 05, 2008
Zip .NET v6.5.0.2

December 04, 2008
AdvancedList .NET v6.5.0.1

More

Resco AdvancedList .NET Samples

In this section you can preview code samples that demonstrate the capabilities of the Resco AdvancedList .NET control.

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.

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 (NEW) 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