Add dll file to Visual Studio project

To add a .dll file into the project, right-click anywhere in the Solution Explorer and choose “Add Reference…”. Click the Browse tab and choose the .dll file. Go to View->Object Explorer to see all the function that comes with the .dll file.

Right click the Toolbox section, click “Choose Items…”. Click the browse button and choose the dll file. Click OK. The dll object should appears in the toolbox now. Just drag and drop the object into the website and configure its properties.

No comments yet

Leave a comment