Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!genrad!cig From: cig@genrad.UUCP (Charles I. Ganimian Jr.) Newsgroups: comp.windows.ms Subject: How do I know if a child window is alive Keywords: child window, alive, FindWindow Message-ID: <15155@genrad.UUCP> Date: 29 Dec 88 14:01:20 GMT Organization: GenRad, Inc., Concord, Mass. Lines: 18 Hi, I am having a problem trying to find out if a child window exists. The child window is the size of the client area of another child window, it is a grandchild... I need to size the grandchild when the child is sized and I don't seem to be able to get there. I was using FindWindow in the childs WM_SIZE processing to see if the grandchild was active and if it was send it a WM_SIZE but FindWindow never found the window. The grandchild has no border and needs to resize when its parent is resized. Any clues... thanks charlie g