For the Data Transformation Services (DTS) custom task user interface example, you need to implement a property page, which is the user interface for entering custom task properties, and a dialog box for displaying and updating the global variable value.
You can create a property page framework using the Active Template Library (ATL) Dialog template.
To implement the user interface for the properties page
The dialog box editor is displayed.
Control Type | ID | Description |
---|---|---|
Static text | IDC_TASK_NAME | Field for display of the task name. |
Edit box | IDC_TASK_DESCR | Field for entry and display of the task description. |
Edit box | IDC_GV_NAME | Field for entry and display of the global variable name. |
You can create a dialog box framework using the ATL dialog template for the global variable display and update.
To implement the display and update dialog box
Control Type | ID | Description |
---|---|---|
Static text | IDC_TASK_DESCR | Field for display of the task description. |
Static text | IDC_GV_NAME | Field for display of the global variable name. |
Edit box | IDC_GV_VALUE | Field for entry and display of the global variable value. |