D
David McCallum
First excuse my ignorance, but I'm completely new to VS2005 development
I've created a new project and want to add an already written class stored
elsewhere on the computer to the project.
This class will be used by a number of projects.
The problem is, if I right-click on the Project File in the Solution
Explorer and add the class a copy of the class is placed in the projects
folder. Any changes to the original class do seem to be followed through.
If I Add it to the Solution, any changes are followed through here, but I
cannot see how to reference the class in my form.
Can anyone point me in the right direction
TIA
David McCallum
I've created a new project and want to add an already written class stored
elsewhere on the computer to the project.
This class will be used by a number of projects.
The problem is, if I right-click on the Project File in the Solution
Explorer and add the class a copy of the class is placed in the projects
folder. Any changes to the original class do seem to be followed through.
If I Add it to the Solution, any changes are followed through here, but I
cannot see how to reference the class in my form.
Can anyone point me in the right direction
TIA
David McCallum