LOCATION: HomeSupportSamples › Windows Mobile Development Samples - DetailView .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 17, 2010
OutlookControls .NET v6.8.0.6

March 16, 2010
TabControl .NET v6.8.0.4

March 16, 2010
Toolbar .NET v6.8.0.4

March 10, 2010
DetailView .NET v6.8.0.6

More

Windows Mobile Development Samples - Resco DetailView .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.

Project Leads with Touch Control

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.

Download C# Sample

Download VB Sample

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  |  Download VB 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  |  Download VB Sample