
Alternative ways of having multiple forms.
In VB6 you can define your forms in a database and then when you run the
program it will automatically create the forms that are needed. You don't
even need to create a first instance of the control and make control arrays.
You can define separate names and events and everything for the form from
what is in the database. I'm not completely sure of how this works or the
set-up, but I say it previewed at a VBITS seminar.
Quote:
>Hi!
>I am looking for an alternative way of having multiple forms. One way
>is to create multiple forms, the other is using tabbed dialog control.
>Is there any other way? Thanks for any info.