1
Answer

Launch form

Photo of electrochoc18

electrochoc18

20y
2.1k
1
First, i'm sorry my english. I'm a begginer in C#. What i have to do now is very simple, but i try many things and no one work. I have a database who contain the name of all form. These forms can be in differents namespaces. When i click on a menu item in the menu file of the application, i can retreive all information of the wanted form but i just can't launch it! How can i launch a form with the name provided by the database? Thank you

Answers (1)

0
Photo of robin 0
NA 190 0 20y
Try to look in System.Reflection namespace. Mostly in Assembly class.