Using Reflection.Assembly to Load Forms from a Table c#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mrimm
    New Member
    • Sep 2014
    • 1

    Using Reflection.Assembly to Load Forms from a Table c#

    I have in my project mdiparent and some childs form, in this Mdiparent ihave create treeview and populate it from data base(works fine) .. all name of childforms are in database tableName"Forms and FormsGrp"
    how i can call this child forms(by its name) on MouseDoubleClic k on tree node using "Reflection ", other way using if and looping for "formsname" s solve that but idont want this looping? i Generate this code but somthing error or missing in calling form! Get Message NullReferenceEx ception!!
Working...