In a single VB project that has multiple Forms where Form1 is the main Form and Form2 thru NNN are used as speciality Forms
Is it possible to "release" these Forms from custody of Form1?
I want to move Form2, Form3, etc via code to sit on top of another Form of another program and then become child Forms (embed using SetParent) of the other program.
Is it possible to "release" these Forms from custody of Form1?
I want to move Form2, Form3, etc via code to sit on top of another Form of another program and then become child Forms (embed using SetParent) of the other program.