|
-
Nov 3rd, 2002, 03:17 PM
#1
Thread Starter
Ex-Super Mod'rater
MDI and Child forms
Im wanting to Use a MDI form which can have an unlimited amount of forms, or at least so it would seem an unlimited amount to the user. I was wondering if it is possible to have a sort of array of child forms. I want my user to be abe to click the new button from the menu and a new child form will poop up but I will also need to access the controls on the new child form seprate to the other Child forms already opened.
Is this possible or will I need to make like 20+ child forms and have my app. load A different 1 each time, surely there must be a more efficient way?
Thanx for any help.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Nov 3rd, 2002, 03:18 PM
#2
PowerPoster
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Nov 3rd, 2002, 03:20 PM
#3
Thread Starter
Ex-Super Mod'rater
Thanx, but how exactly do I use them cos normally I try and avoid collections for some unknown reason.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Nov 3rd, 2002, 03:24 PM
#4
PowerPoster
Well
Forms collection is automatic. VB keeps track of each form...
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
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
|