How do I get my component in the toolbox?

Merrion

Well-known member
Joined
Sep 29, 2001
Messages
265
Location
Dublin, Ireland
User Rank
*Experts*
I have a component something like:
Code:
<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
 
You have to add it to the toolbox manually, right-click on it and select Customize Toolbox
 
Back
Top