CT said:
Frank,
What do you need the control for? The Windows Form itself can be
transparent
No, that's not what I want.
I need a control to inherited from. In fact, I am designing a UML
notation-like shape which is a shape with 8 spots around it, you know. The
shape is not always rectangle, sometimes is ellipse, sometimes is others.
If the control to inherited from is not transparent, then the shape will
cover others with a rectangle no matter what shape it is. Even if the shape
is a circle, it's rectangle shape will cover others. You can see the
example at here:
http://www.liwasoft.com/test.htm
So you know what I want? I want a transparent control which will paint
NOTHING only if I ask it to paint.
If you do know how to get that, please help me, thanks.
---Frank