I have several child windows, all with the same parent. I want to cascade/tile these windows and was happy to find the TileWindows and CascadeWindows functions. But they don’t seem to work on my windows if they don’t have a caption (and they don’t have one)! With caption everything is fine. Why is this?
Share
Those are functions that were designed to work with MDI child windows. An MDI child window must have a caption. If they work with non-MDI child windows too (haven’t tried) then surely Windows avoids moving a window that cannot easily be moved back by the user.