Is there a way to make the parent control draw over the children controls when it is invalidated?
+2
A:
The only way I know to affect this is to make sure the WS_CLIPCHILDREN
window style is turned off. I haven't used this a lot though.
jdv
2010-03-09 20:15:23
+1: a parent without this style will draw over its children.
John Knoeller
2010-03-10 04:23:59
+1
A:
If you are looking to completely draw over the child control, it may be easier to just hide the child control.
Indeera
2010-03-09 20:34:19