Hi everybody ! I'll try to explain you my problem in the best way I can (I'm not english, of course !)

In a CFormView, I've inserted a CWnd object (called CArea in my project). In it, I draw everything I want.
I want to make screen captures of this area but I would like to be sure, before doing the screen captures that the area is entirely visible and not covered by :
- another window ;
- the borders of my frame window. When the frame window is not enough large, the border covers my area. I don't want to do the screen capture then !

What I want is simple : when nothing covers my area, I do the screen capture.

I hope you've understand my problem. Thanks a lot...