drawing on child windows
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I do some drawing on client area of main window, but some controls on main window covered the drawing. I have tried to use non-clipchildren style, but it doesn't work. Does anyone know how to solve the problem? Thanks
I don't think this is possible in any dependable way. If you want parts of the controls transparent, you might want to investigate
SetWindowRgn
. Hiding the controls under some circumstances might perhaps be another alternative?