Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use VS2012 and created a .dll file. In VS2012 how can i add the dll file to "Choose Toolbox Items" list "automatically"? Although i registered , it does not seem there.
Posted
Updated 4-Mar-13 3:11am
v2
Comments
Sandeep Mewara 4-Mar-13 9:51am    
. In VS2012 how can i add the dll file to "Choose Toolbox Items" list "automatically"
What exactly you mean by it? Add automatically?
thoahn 4-Mar-13 10:05am    
When open any C# project, if i add items to toolbox, i don't want to find dll's path. I want it to seem in "Choose Toolbox Items" dialog. So without finding path of dll, it brings me "automatically".
Sergey Alexandrovich Kryukov 4-Mar-13 15:21pm    
First of all, tag "C#".

You are doing something wrong. If you put some project in the solution, correctly implement some controls, you don't need to find anything (and you can define you output file the way you wish; I always recommend to change the output path (using some number of ..\..\..\ before file name) to merge all outputs in one directory. If you do it correctly, the controls will appear in toolbox, depending on what kind of artifact is your current code window. If could be Forms form or WPF window, and then relevant controls will be shown and usable...

—SA

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