I've an "SDI" application which creates a "Form1," and "Form1," in turn, creates a "Form2." Form2 includes a TEdit. When Form1 is set as the parent of Form2, I get exactly the behavior of Form2 that is wanted BUT, the TEdit won't select text or make any of the normal responses to the mouse. TEdit behaves properly IF Form1 is NOT the parent of Form2, but then Form2 is not visually contained by Form1.
How do I get normal mouse response from the TEdit AND have Form2.Parent:=Form1 ??
How do I get normal mouse response from the TEdit AND have Form2.Parent:=Form1 ??