











LOCATION: Home › Support › Samples › DetailView .NET
| Press Releases |
|---|
|
November 10, 2008 |
|
October 27, 2008 Popular component suite with new data input capabilities |
| More |
| Latest Versions |
|
December 19, 2008 |
|
December 10, 2008 |
|
December 05, 2008 |
|
December 04, 2008 |
| More |
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.
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.
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
Download C# Sample | Download VB Sample
Download C# Sample | Download VB 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
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.
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.