Failed_Noob
Failed_Noob

Reputation: 1357

How to add a control in vb.net?

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

Answers (1)

NoAlias
NoAlias

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

Related Questions