LOCATION: HomeSupportSamplesDetailView .NET

Press Releases

July 29, 2008
Resco announces Resco CustomKeyboard for .NET CF

A brand new keyboard control optimized for .NET Compact Framework.

June 10, 2008
Resco releases Resco MobileForms Toolkit 2008 Volume 2

A suite of powerful Visual Studio controls and libraries designed specifically for mobile devices.

More
Latest Versions

August 26, 2008
OutlookControls .NET v6.4.0.8

August 21, 2008
AdvancedTree .NET v6.4.0.2

August 13, 2008
Audio .NET v6.4.0.3

August 08, 2008
DetailView .NET v6.4.0.4

More

Resco DetailView .NET Samples

In this section you can preview code samples to demonstrate the capabilities of the Resco DetailView 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.

Project Leads sample for WM 5.0 Smartphone

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.

Download VB Sample

Simple detail sample

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

Order detail sample

  • demonstrates the new features of the DetailView from version 2.0.
  • All Items are used in a simple order form.
  • All ItemEvents are demonstrated in as their occur during the work with the DetailView.
  • You can choose products in fancy way using the cooperation with the AdvancedList.

Step By Step:

  1. Product is chosen with the help of ItemLink and hidden AdvancedList
  2. Filling in the quantity, you can check the values and show respective error message
  3. You can input numeric values using ItemNumeric
  4. You can split the details in more pages
  5. ItemDateTime is suitable for DateTime input in various formats
  6. ItemComboBox can now auto-complete input text
  7. ItemCheckBox can display additional text
  8. You can display/edit multiline notes
  9. ItemLink can look like a normal button, in this case it closes the form

Download C# Sample  |  Download VB Sample

Data binding sample

  • simple form used to demonstrate databinding capabilities of DetailView and AdvancedList.
  • you can bind the DetailView as a whole and each ItemComboBoxn.
  • Value and DisplayText of the Item is separated allowing to display longer text then you store in DB (see the regions field).
  • DetailView can cooperate with standard DataGrid or with the AdvancedList.
  • You can see how to effectively use the AdvancedList and DetailView to show data on a small display of PocketPC.

Download C# Sample  |  Download VB Sample

Custom item 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

Custom InkBox item 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

Custom Radio Button item 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.

Download C# Sample