Merrion
Well-known member
I have a component something like:
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
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