How do I get my component in the toolbox?

Merrion

Junior Contributor
Joined
Sep 29, 2001
Messages
265
Location
Dublin, Ireland
I have a component something like:
Visual Basic:
<ToolboxBitmap("printer.bmp")> _
Public Class PrinterQueueWatch
    Implements Component

'.....
End Class

which builds OK but when I add another project with a winform and make that the startup project and reference the PrintQueueWatch project from it nothing shows up in the Toolbox:Components list...what am I missing?

Thanks in advance,
Duncan
 
Back
Top