Reputation: 1357
I want to add ImageListView Control which I found from here and here in myVB.net application. I tried adding the dll file to my project references (and rebuild-ed the project) but it is not showing up in my toolbox.
I'm using VS 2010, Winforms. How can I solve this problem ?
Upvotes: 1
Views: 8015
Reputation: 9193
To add it to your Toolbox you'll have to right click the Toolbox and select "Choose Items". Select the .dll and then the controls will appear.
Upvotes: 4