Well i've seen this being done in another project, which was also using windows forms, and i'm just curious on how it can be done. Basically what i'm asking for example: I have 2 windows form projects, currently there both separate but i'd like to incorporate them into each-other. One big aspect of this will be how to load the 2nd project into the 1st. So i've built my seconded project as a .dll file. And i then want to place that .dll file into a folder inside the project and then be able search for any .dlls in the folder and load them up.
So i know i can do this via adding the .dll file from my 2nd project into the references of the first project, but specifically im wondering if it can be done without this? So that in my first project i can just say; "Search "DirectoryName", if there's any .dll files in that folder, load them up, and add them to a list in the project that the user i.e me can see & hopefully use."