How to make a module common to several projects?

J Trahair

Well-known member
Joined
May 14, 2008
Messages
175
Location
Spain
Programming Experience
10+
Hi. In old VB6 I could have a module common to several projects - just include it in the project. Additions made to the module in one project showed up successfully in the other projects.

In VB 2005, including a module in a new project merely copies that module into the new project folder, creating multiple copies of that module.

How can I make several projects share a 'master' module - which means I only need maintain one module not several?
 
Back
Top