I'm making this programme, that checks other VB forms. Now if the user chooses the name of the form with a Open dialogue box, how do I load the form into the project at run-time, but WITHOUT running the form from the dialogue box?
Michael K. P.
Tue, 10 Feb 2004 07:25:43 GMT
David Wimbu #2 / 3
Loading a form at run-time
I'm not quite with you. Could you explain a bit more?
Tue, 10 Feb 2004 19:50:34 GMT
Michael Kragh Peders #3 / 3
Loading a form at run-time
Sure...
If the user, in my programme, chooses a Visual Basic form, that is on his harddisk, I want to load that form into the programme, and later I want to be able to run that same form. Now how do I do that?