Hi everybody,

I want to create an application where I want to use a MDI form. As in any windows application i want to add the NEW command to the menu, using which i can create a new documnet. What I want to do is create a prototype of the child form and to create an instance of the prototype whenever i click on the NEW command. How can this be achieved? I have read that u can create a form which can act as prototype and declare an array of that prototype. BUt i don't want to limit myself to the ubound of the array declared. I want to let the user create as many instances as he/she wants.


Please can anyone help me.

Regards

Samir