halo (Posted 12 minutes ago) Edit
I want to set up some child windows in a main window, but there are several problems. First, the main window doesn't clip the children. Second, movement or sizing of the main window has no effect on the children, even when the child windows have a GadgetLayout of 1,1,1,1. In fact, the only way you can tell the child windows are at all related to the parent is because if the parent is minimized, the children disappear. Other than that, there appears to be no relation.
I want the child windows to move and resize with the parent, so that sizable display windows can be created.
Interestingly, SetWindowLong doesn't seem to change the window at all.
I want to set up some child windows in a main window, but there are several problems. First, the main window doesn't clip the children. Second, movement or sizing of the main window has no effect on the children, even when the child windows have a GadgetLayout of 1,1,1,1. In fact, the only way you can tell the child windows are at all related to the parent is because if the parent is minimized, the children disappear. Other than that, there appears to be no relation.
I want the child windows to move and resize with the parent, so that sizable display windows can be created.
Interestingly, SetWindowLong doesn't seem to change the window at all.