My problem is,
when I add my control to control toolbar and drag drop it to the surface of
a form,
VS IDE automatically adds my controls dll in to the projects references
list. But my control uses an other dll as dependent and VS IDE doesn't add
that dll to references automatically. I should add it manually. I saw some
controls doing this. And I need same thing.
Thanks.
"Herfried K. Wagner [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello,
>
> "The_Boss" <(E-Mail Removed)> schrieb:
> > I developed a control and a component. My control uses my
> > component. I have a test application and when I add my
> > control to a form in the test application, my control's dll
> > is automatically added to my test projects references list.
> > But I need to add my component's dll to be added to
> > reference list as well. How can I do this? Thanks.
>
> I think I don't really understand what's your problem. Select the
> "References" folder in the project explorer and choose "Add reference..."
> from its context menu. There you can add a reference to your "component".
>
> Regards,
> Herfried K. Wagner
> --
> MVP · VB Classic, VB .NET
> http://www.mvps.org/dotnet
>
>