Hi everyone
Not sure if this is the right newsgroup for this but here goes.
I have a control that inherits from the panel control, but I need to be able
to do some custom drawing in the top 30 pixels of the control and add some
controls, the rest of the control area is for controls to be added to at
design time.
What I'm looking to happen is when a control is placed in my control at
design time it will be added to the area below my custom drawing not over
the top of it.
Any help would be much appreciated
Thanks in advance
Dan
set client area of control that inherits from panel
joeycalisay - 21 Feb 2005 08:58 GMT
Do a search for non-client area on this newsgroups, I have a similar post
with the solution overriding WndProc

Signature
Joey Calisay
http://spaces.msn.com/members/joeycalisay/
> Hi everyone
>
[quoted text clipped - 14 lines]
>
> set client area of control that inherits from panel