Srini

Srini

  • NA
  • 1
  • 0

Opening form based on user input form name

Dec 7 2009 6:52 PM
I have a startup screen that shows a list of forms in a Data Grid View. The user double clicks on one of the names and I want to open the form with that name. To open a form, I have to do this: FormName frm = new FormName(); frm.Show(); But if the name of the form is decided by user input, how do I open that form?

Answers (1)