parenting windows

BlitzPlus Forums/BlitzPlus Programming/parenting windows

gellyware(Posted 2004) [#1]
Is there a way to parent a window inside of a window such that the window inside of another window can never "escape" the other?


soja(Posted 2004) [#2]
I think you're describing an MDI (Multiple Document Interface) window. BlitzPlus is not natively capable of that, but it may be possible with WinAPI userlibs. Perhaps someone else has tried it (I haven't).