您的位置:首页 > 移动开发

增加DataWindow .Net控件到Microsoft Visual Studio 工具箱的办法

2010-01-23 10:08 417 查看
DWToolBoxReg -a "full_path/DataWindow.dll"
DWToolBoxReg -a "full_path/WebDataWindow.dll"

方法二:

新建选项卡,拖动DataWindow.dll、WebDataWindow.dll到新建立选项卡。

原文:

When you install DataWindow .NET on a computer on which Visual Studio .NET 2005 has already been installed, the installer registers the DataWindow .NET controls so that they display in the Visual Studio toolbox.

In a Windows application, the DataWindowControl, DataStore, and Transaction icons display in the toolbox. In a Web application, the WebDataWindowControl and StreamImageContainer icons display when you select View>Designer from the Visual Studio menu. The DataStore and Transaction icons display when you select View>Component Designer from the menu.

If Visual Studio .NET 2005 is installed after DataWindow .NET, you can register the DataWindow .NET controls manually using the DWToolBoxReg utility. The utility is installed in the DataWindow .NET directory.

To register the controls, change directory to the DataWindow .NET directory and type the following commands, where full_path is the full path to your DataWindow .NET 2.0 installation directory:

DWToolBoxReg -a "full_path/DataWindow.dll"
DWToolBoxReg -a "full_path/WebDataWindow.dll"

These commands add a new tab to the Visual Studio .NET toolbox with the name Sybase DataWindow 2.0. You can use a different name for the tab by adding the -tab option to the command line. For example:

DWToolBoxReg -a "full_path/DataWindow.dll" -tab "DataWindow .NET 2.0"

Use the -r option to remove the tab from the toolbox.

Alternatively, you can create a new tab, right-click on the tab, select Choose Items, browse to your DataWindow .NET 2.0 installation directory, and select DataWindow.dll, and then WebDataWindow.dll.

The DWToolboxReg utility works only in Visual Studio .NET 2005. If you are using another development tool that has a toolbox or tool palette, use the mechanism described in the product’s documentation to add DataWindow .NET controls.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐