N
news.austin.rr.com
Hi,
I want to make a custom Panel control by inheriting from the Control class.
This will allow me to control painting in the OnPaint handler. If I inherit
from the Panel class I cant get it to paint the way i want to, although the
OnPaint handler does execute. So how can i add the parent container
behaviour to my custom control that inherits from the Control class. I want
to be able to place other controls in it like the standard Panel control...
Thanks
I want to make a custom Panel control by inheriting from the Control class.
This will allow me to control painting in the OnPaint handler. If I inherit
from the Panel class I cant get it to paint the way i want to, although the
OnPaint handler does execute. So how can i add the parent container
behaviour to my custom control that inherits from the Control class. I want
to be able to place other controls in it like the standard Panel control...
Thanks