本文介绍了如何添加引用到Visual Basic电源组在Windows窗体C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经安装了Visual Basic中动力组件封装,要参考VisualBasic.PowerPacks DLL,但它是不可见的。使用VS 2012的版本。
I have installed Visual Basic Power packs package and want to reference the VisualBasic.PowerPacks dll but it is not visible. Using VS 2012 version.
感谢
推荐答案
简单易用的方式来引用 DLL
是:
Simple and easy way to reference a dll
is:
- 在Solution Explorer中,选择项目。
- 在项目菜单,单击添加引用。 打开添加引用对话框。
- 选择标签,表示要引用组件的类型。在你的情况,你将不得不选择 COM 标签。
- In Solution Explorer, select the project.
- On the Project menu, click Add Reference. The Add Reference dialog box opens.
- Select the tab indicating the type of component you want to reference. In your case, you will have to select COM tab.
在文章 STRONG> MSDN 以包括已安装的库。
An article on MSDN to include installed libraries.
这篇关于如何添加引用到Visual Basic电源组在Windows窗体C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!