Click to See Complete Forum and Search --> : Intersecting windows


xargon
June 10th, 2003, 04:24 AM
Hi all,

I have a small GDI question.

I have created a bunch of child windows that can be moved around. I want to find out when the windows intersect. Is there a simple API that can tell me that or do I have to calculate the window rect and check if it intersects with other windows.

Thanks :-)

Xargon

NigelQ
June 10th, 2003, 08:22 AM
IntersectRect

Hope this helps,

- Nigel