Im not familiar with the correct terminology to use with this.
I have a form that i need to use in two different projects, and the form can remain identical for each project.
I have read that there are code bases in other ides, where i could make a shared directory and just link to the file i want to include. anytime i change that form it is updated and shared between each program.
kind of like a php include('') ..
libraries/dlls (maybe im missing something) but i dont see a way to share an actual form (interface and code) instead of just the code using the class library.
is there a way around this or should i just make the form in each project?
thanks