C# - How to add reference to project

To add a reference to CSharp project do the following:
  1. Open “Solution Explorer”;
  2. Right click “References”;
  3. Choose “Add Reference”.



On the Reference Manager Window go to: “Assemblies” -> “Framework”.
|
2017/10/05 01:31

Visual Studio – Add custom control DLL to toolbox

To add a custom control to VisualStudio project:1) Go to “Toolbox” tab;2) Right click on it and click “Choose Items…”;

3) In the “Choose Toolbox Items” window click on the “Browse…” button.Navigate to the location where your Dynamic Link Library (DLL) file is.Click “OK”. Now your custom control is included into the Visual Studio toolbox.
| |
2017/10/05 00:37
1