G
Guest
Hi,
I'm trying to create a Windows Forms portal application and need some help.
What I currently have is a main application (.exe) containing an MDI form.
The idea is that this main application loads forms from packages (i.e. DLLs
containing one or more forms). The trick is that I'd like the form packages
and forms loaded to be dynamic. Therefore the main application should be
able to "discover" all the form packages, then allow those discovered forms
to be "shown" as MdiChildren. New forms should be able to be added and
discovered without ever having to recompile the main application. I know I
need to use dynamically loaded assemblies, but I'm not sure how and where to
start.
How would I go about doing this?
Thank you all for your help!
Sincerely,
Jon
I'm trying to create a Windows Forms portal application and need some help.
What I currently have is a main application (.exe) containing an MDI form.
The idea is that this main application loads forms from packages (i.e. DLLs
containing one or more forms). The trick is that I'd like the form packages
and forms loaded to be dynamic. Therefore the main application should be
able to "discover" all the form packages, then allow those discovered forms
to be "shown" as MdiChildren. New forms should be able to be added and
discovered without ever having to recompile the main application. I know I
need to use dynamically loaded assemblies, but I'm not sure how and where to
start.
How would I go about doing this?
Thank you all for your help!
Sincerely,
Jon