This sample application demonstrates how to create a custom control that obtains information from the Contact Name field in the Act! database and displays that information on a layout. The control is a tool, which means that after you compile it and place it in an Act! installation, the tool is available in the Toolbox of the Act! Layout Designer.
Since this application is a control rather than a plugin, you place it in the Tools folder rather than the Plugins folder.
To implement the tool as is
- Act.Framework.dll
- Act.Framework.ComponentModel.Core.dll
- Act.UI.Core.dll
- Act.Shared.Collections.dll
The tool loads next time you start Act!.
You can make changes to the tool by editing the ContactNameControl.cs file. Each method in the CS file displays comments that direct you where to make changes. For example, you can: