DesignSurfaceExtenderLibrary v1.0
by James Galasyn (jgalasyn@microsoft.com)
Instructions
- Open DesignSurfaceExtenderLibrary.sln with Visual
Studio 2005.
- Open DesignSurfaceExtenderDesigner.vb in the code
editor.
- Find this line:
Private Shared pluginPath As String = "C:\Projects\Designer\DesignSurfaceExtenderLibrary\DesignSurfaceExtenderLibrary\Plugins"
- Change the path string to a value that is appropriate
for your installation point. Usually, you will change the “C:\Projects\Designer”
part.
- Build the solution.
- In the DesignSurfaceExtenderTest project, open
Form1.vb in the designer.
- Select the DesignSurfaceExtender1 component in the
component tray.
- Click the smart tag glyph to open the smart tag
panel.
- Select the check boxes to enable or disable
the extensions.
---------------------------------------------------------------------
Copyright (C) Microsoft Corporation. All rights reserved.
THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
PARTICULAR PURPOSE.
---------------------------------------------------------------------