Hi all
i have to open a form with its name.. my form name is in string type so i used the following code to open the form using forms object


Code:
Forms.Add(FormName).Show
and this works too.. the problem is that it opens a instance of the original form so resulting is that when i try to open the form from menu another form (ie) original form is being opened...

so plz tell me how to open a form with form name as string.. and not the instance...