DesignSurfaceExtenderLibrary v1.0
 by James Galasyn (jgalasyn@microsoft.com)

Instructions

  1. Open DesignSurfaceExtenderLibrary.sln with Visual Studio 2005.
  2. Open DesignSurfaceExtenderDesigner.cs in the code editor.
  3. Find this line: 
    private static string pluginPath = @"C:\Projects\Designer\DesignSurfaceExtenderLibrary\DesignSurfaceExtenderLibrary\Plugins";
  4. Change the path string to a value that is appropriate for your installation point. Usually, you will change the “C:\Projects\Designer” part.
  5. Build the solution.
  6. In the DesignSurfaceExtenderTest project, open Form1.cs in the designer.
  7. Select the designSurfaceExtender1 component in the component tray.
  8. Click the smart tag glyph to open the smart tag panel.
  9. Select the check boxes to enable and 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. 

---------------------------------------------------------------------