Platform SDK: Team Productivity Update |
The Visual Basic 6.0 example code used to demonstrate calls to the Application Instantiation Model (AIM) gathers its parameters using the following Visual Basic form.
This form accepts parameters from the user in the first group of text boxes. When the user clicks Register, the application template's FactoryID is returned. Clicking Friendly Name maps the application template's friendly name to the FactoryID. Clicking Unregister removes the application template from the TPU database.
For a discussion of the source code that implements this form, see AIM Application Registration in Visual Basic.