Let's say I have two forms, FormA & FormB. When creating a new instance of FormA in FormB I lose all controls that were created in FormA at runtime. I understand this b/c I'm creating a new instance!!
How can I preserve these controls so I can get at them from FormB? Is there another way besides creating a 'new' instance of FormA??
Thanks.
