Add Downloaded 3rd Party Control to Tool Box - How Do I

  • Thread starter Thread starter Larry Rebich
  • Start date Start date
L

Larry Rebich

I have downloaded a 3rd party calendar control.

It is supplied via a dll. I have added a reference to the dll in the
Project's References.

How do I get the control to appear in the toolbox?

I'm using VB2005.

Thanks and Cheers,
Larry Rebich
 
Larry said:
I have downloaded a 3rd party calendar control.

It is supplied via a dll. I have added a reference to the dll in the
Project's References.

How do I get the control to appear in the toolbox?

I'm using VB2005.

Don't add it as a reference. Instead, right click on the toolbox and
select "Choose Items..." then find your .dll and it should appear in
the toolbox.
 
Back
Top