How To Customize the Toolbox By Adding Your Own HTML Item (191151)



The information in this article applies to:

  • Microsoft Visual InterDev 6.0

This article was previously published under Q191151

SUMMARY

This article describes how to add, rename, or delete Toolbox items in the event that users want to add their own arbitrary HTML items to the Toolbox.

MORE INFORMATION

  1. Click on the tab of the Toolbox where you would like to add your item.
  2. In Source view, select the HTML text for the new Toolbox item.

    NOTE: Design view can also be used but may yield undesired results with HTML code fragments.
  3. Drag and drop the selection on to the Toolbox.
Step 3 is successful if you see a new item in the Toolbox with the name "HTML Fragment." Any item on the Toolbox can be renamed, or deleted by right-clicking it and selecting either "rename item" or "delete item," respectively.

REFERENCES

Additional information about adding items to the Toolbox can be found in the "Adding and Deleting Toolbox Items" topic in the Visual Studio Documentation.

Modification Type:MinorLast Reviewed:7/1/2004
Keywords:kbhowto KB191151