I want use the Scintilla controls and the RadControls for Winforms, but I do not know how to incorporate the files. They are in .dll format? How do I use the controls if they are in .dll format?
+1
A:
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.
Nick Spiers
2009-11-25 04:09:26
They don't show up on the toolbox view.
Mohit Deshpande
2009-11-25 04:14:50
right click in the toolbox (preferably a new tab in it), and click choose items. Then find the controls you wish to add (they should be under .NET Framework Components if you referenced it like I put above), check off the new controls then click OK.
Nick Spiers
2009-11-25 04:25:55
A:
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).
FryGuy
2009-11-25 04:23:44