I found forms.
Thank you! Rogério Mauri
ListView with 'User Interface Automation'
Rogerio, look again. This project was created using the latest build, with the newest approach on using SF tools.
The MovieMaintenance.vb form has 3 ListViews controls and all of them make use of the new User Interface Automation features.
In this example I did not find a form that used the integration resource:
ListView with 'User Interface Automation' Rogério Mauri
The sample is there already, check out the StraFlix sample at http://forum.strataframe.net/FindPost18186.aspx
Please, it publishes an example using this new resource.
The ListView has been dramatically expanded to have native logic for tasks that are common recoded. There are now many new properties (detailed below) and events that allow a more dynamic child display interaction with much less code. By simply setting the UI interaction properties of the ListView, the ListView will dynamically manage the toolstrip buttons (or any other type of control) for the Add, Edit, and Delete as well as any security keys that may also be associated with those objects. Additionally, a ChildFormDialog can be attached to the ListView which will then by dynamically shown to the end-user on an Add or Edit dynamically with no additional code. Finally, the ListView will now allow the instance of the business object of which it represents to be attached and the current index (or row position) of the business object to be dynamically updated.
New Properties: AddObjectAddObjectSecurityKeyEditObjectEditObjectSecurityKeyDeleteObjectDeleteObjectSecurityKeyDeleteMessageKeyAutoNavigateToSelectedRecordHandleAddActionHandleDeleteActionHandleEditAction
New Events: ChildFormResults