1
Answer

Opening form based on user input form name

Ask a question
Srini

Srini

14y
3.6k
1
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)