|
-
June 13th, 2001, 01:22 PM
#1
VB
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
-
June 13th, 2001, 01:45 PM
#2
Re: VB
dim frmInstance as new Form1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|