Adding module to a project w/o creating a copy

  • Thread starter Thread starter yoav.benyosef
  • Start date Start date
Y

yoav.benyosef

Hello,

In VB6 it was possible to keep a single copy of a VB module and share
it between many projects. Can it be done in VSDN2005? Currently each
time I add an existing module a fresh copy of this module is created in
the project folder.

TIA
 
Try "Add as Link".
In "Add Existing Item" dialog, select the file, then click the Add's
dropdown button select "Add as Link".
 
Wow, that was quick!

Thanks a lot
Try "Add as Link".
In "Add Existing Item" dialog, select the file, then click the Add's
dropdown button select "Add as Link".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top