Wow, this forum really works. Thanks for replying.
What I mean by blocking out is that the control is working
fine(it is a clock) which I added to one of the panels,
but all my other panels (which have textboxes, etc.) are
not usuable. The text in the text boxes are the lighter
grey to what they are normally (ie black).
It may have something to do with focus or paint. The
control was created using the windows control library
option which gave me a .cs file in the solution explorer.
Later I added the dll to my toolbox and then added it to
the panel.
I overrided the paint of the control in the control class
to do all the clock work.
>-----Original Message-----
>Hello,
>
>"talljames" <(E-Mail Removed)> schrieb:
>> Hi, I have made a control and placed it on a panel on
my
>> windows form1() which have a lot of other panels on it.
>> When I execute the code the control works but blocks out
>> all my other panels. Does anyone have a suggestion?
>
>What do you mean by "block out"?
>
>Regards,
>Herfried K. Wagner
>--
>MVP · VB Classic, VB .NET
>http://www.mvps.org/dotnet
>
>
>.
>