Dynamic menu creation IoC
I am wondering if anyone out there knows how I could create how could i use something like AutoFac to let me dynamically allow dll's to create there own forms and menu items to call them at run time. So if I have an, Employee.dll New Starter Form Certificate Form Supplier.dll Supplier Detail From Products Form In my winform app it would create a menu with this and when each one clicked load the relavent form up People New Starter Certificate Supplier Supplier Details Products So I can add a new class library to the project and it would just add it to menu when it loads up. Hope that make sense