Common Forms/Modules

Hope I posted this in the right area.

In the VB6 world we could have common Modules and/or Forms which were used in different Projects. These Modules/Forms were in different Directories, which were add to the project. When you made changes to them, the changes were reflected in all projects. Under VB 2005, is there a way to have do the same thing? I Have tried, but it just moves the Module/Form under the Solution folder. Any changes I do are not reflected back to the orginal Module/Form. Or is there a better way under the .net world?

Thanks

Larry Gatlin

[574 byte] By [LarryGatlin] at [2007-12-16]
# 1
To do this:

1. Create a new or open an existing project
2. In Solution Explorer, right-click on the Project node and choose Add -> Existing Item
3. In the Add Existing Item dialog, browse to and select the item you want to share
4. Click the down arrow portion on the Add button and choose Add As Link.

The item will now be shared. You can do this to as many projects as you like.

DavidM.Kean at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Great, I knew it had to have been something simple!

Thanks a lot

Larry

LarryGatlin at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...