VB Pipe Wizard Folder

Location in SDK: SDK\Tools\Visual Studio 6\VB Pipe Wizard

The files in this folder constitute the source files of a tool that allows you to install a new wizard in your Microsoft Visual Basic 6.0 installation. This wizard automates the creation of Commerce Server pipeline components by creating the object definition and implementation files containing function prototypes for the interfaces required to implement a fully functional pipeline component.

In addition, this wizard creates a property page for your pipeline component. You can add controls to this property page through which users can set component properties.

You must build the Visual Basic Pipeline Component Wizard before installing it.

Once built, register the file PipelineCompWizard.dll. Registering this DLL will cause a new project item to be installed into your Visual Basic installation. After you register the DLL, open Visual Basic, and, on the menu, click New and then click Project. The VB Pipeline Component Wizard is available in the list of available projects.

For more information about the Visual Basic Pipeline Component Wizard, see Creating Pipeline Components Using Visual Basic.

Copyright © 2005 Microsoft Corporation.
All rights reserved.