开发者

How do I install Visual Studio dll files?

I want use the Scintilla controls and the RadControls for Winforms, but I do not know how to incorporate the files. T开发者_StackOverflow社区hey are in .dll format? How do I use the controls if they are in .dll format?


http://msdn.microsoft.com/en-us/library/wkze6zky%28VS.80%29.aspx

Right click the project, click Add Reference, go to Browse tab, find them and add them.


Generally you would add them to the project you want to use them in, then add a reference, and then use them like any other dll.

For installing into the GAC, see this.


In the winforms toolbox, right click and "Choose Items...", then click the browse button and find the dll. Then go through the list of controls, and check the controls that you've added (usually it will do this step for you).


This knowledge base article on the Telerik website explains how to manually add the controls to the toolbox in Visual Studio.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜