Click here to Skip to main content
15,906,645 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have just downloaded a couple of simple components for WPF primarily a numeric up/down, the file and website I have got it from doesn't give me any indication of how to actually add it into my project. I have never done this before could someone give me a pointer where to put the dll cheers.

Dan
Posted

1 solution

If you want to use this dll in your WPF application, save the dll in any of your desired place of your system. To add this open your Application in Visual Studio right click on your application/project->Add Reference, In Add Reference Window click Browse tab locate and select your dll here and click OK, this will add your dll in your application. Use this in using section.

If there is any control in dll and you want to use that control, For this right click on your Toolbox select Choose Items, Click Brows, locate the path of dll and click OK. This will add all the controls containing in dll.


hope this will help you.
 
Share this answer
 
Comments
DanHodgson88 26-Jul-11 4:55am    
cheers, it was the last paragraph I hadn't done I knew you needed to add the reference but then coudn't access the control. Thanks again

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900