HOWTO: Customize the Toolbox By Adding Your Own HTML Item
ID: Q191151
|
The information in this article applies to:
-
Microsoft Visual InterDev, version 6.0
SUMMARY
Users would like to add their own arbitrary HTML items to the Toolbox. This
article documents the necessary steps to add, rename, or delete Toolbox
items.
MORE INFORMATION
- Click on the tab of the Toolbox where you would like to add your item.
- 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.
- 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.
Additional query words:
Keywords : kbVisID600 kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbhowto