Click to See Complete Forum and Search --> : VB


Archie
June 13th, 2001, 01:22 PM
I have a pretty basic question. What code do I need to write in order to create an instance of a child form class named Form1 for example, and then store a reference to that instance in the object variable called frmInstance. Thank you for any help.

Archie Kantzavelos

Joe Keller
June 13th, 2001, 01:45 PM
dim frmInstance as new Form1