
user controls and custom controls
I am trying to write a user control that has a custom control inside of
it...
I am creating an indicator control that has 12 'lights' in it. Each light is
a custom label control that has been added to the userControl. Each light
has its own set of methods and properties as does the Indicator
Panel...anyway, when I add the control to my project I get icons for both
the panel and the lamps...I dont want this, but I dont know how else to do
it so that I can define the positions of my lamps inside the containing
indicator...
This program will be used at 2 different locations with different number of
indicators...so if you can explain to me on how to make it customizable I
would appreciate that too....
Eric