The Skelta Workflow.NET 2004 controls are automatically registered when you install Skelta Workflow.NET 2004. However, if they are not registered you must install them manually in the first instance, by following the procedures described here.
To create the Web Form
1. From the Start>Programs menu, launch Microsoft Visual Studio .NET.
The Microsoft Development Environment opens.
2. On the File menu, click New, and then click Project. Or click the New Project button on the Start Page.
The New Project dialog box appears.
3. In the Project Type pane, click Visual C# Projects, and in the Templates pane, select ASP.NET Web Application.
4. Give your application a suitable name by changing the default name in the Location box (such as http://localhost/WebApplication1 to http://localhost/<new name>).
5. Click OK.
To add the Skelta Workflow.NET 2004 controls to the Visual Studio NET Toolbox
1. Click on the Toolbox toolbar to display the Toolbox.
2. Right-click on the Toolbox.
3. On the shortcut menu, click the Add Tab option and name it as ‘Skelta’.
4. Select the ‘Skelta’ tab on the Toolbox.
5. Right click on the Toolbox and select the Add/Remove Items or Customize Toolbox option.
The Customize Toolbox dialog box appears.
6. In the Customize Toolbox dialog box, select the .NET Framework Components tab.
7. Click Browse to open the file Open dialog box.
8. Browse to the dll corresponding to the Component to be added in the C:\Program Files\Skelta\Workflow.NET\Bin folder, select it, and click Open. For example, browse to Workflow.NET.Web.Designer.dll to add the Process Designer component.
The Workflow.NET.Web.Designer.dll file appears in the Selected Components pane of the Customize Toolbox dialog box with a checkmark in the checkbox next to it.
9. Click OK.
This will add the Process Designer icon to the Toolbox.
To add the Skelta Workflow Component to the Web Form
1. Drag the required Skelta BPM 2004 - .NET Workflow Framework Component (Process Designer, Activity List etc.) from the Toolbox onto the Web Form’s Designer surface.
2. Configure the properties for the selected component in the Properties pane.
3. Browse to the Web Form in which the Skelta Workflow.NET Component is embedded.
This displays the corresponding screen.