I had a MDI form. I need a function that are going to create a MDI child
form when i call the function.
But things is i want to clone the MDI child form, because the child form
that going to be create are all the same form.
Example:
1st call the function - create win#1 (MDI Child form)
2nd call the function - create win#2 (MDI Child form)
both win#1 and win#2 contents are the same. they are from a prototype form. let's call it a win.frm.
So the function code should be wat?? How to do it?! Actually i do it before but i had forgotten!!! Urghh!! please help!