[dba-VB] VB.Net - Using modules in other projects

jwcolby jwcolby at colbyconsulting.com
Wed Oct 10 08:19:33 CDT 2007


Thanks Doris, I will give that a try.

John W. Colby
Colby Consulting
www.ColbyConsulting.com 
-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Doris Manning
Sent: Tuesday, October 09, 2007 10:51 AM
To: dba-vb at databaseadvisors.com
Subject: Re: [dba-VB] VB.Net - Using modules in other projects

John,

When you add an existing item to a project and press the OPEN button, you
are actually importing the module from its existing location into the
project location.  

If you click on the small black arrow on the far right of the OPEN button,
you have a "Link file" choice.  Choosing this option adds the module to your
project but keeps it in its existing location.  Any projects that link to it
will instantly inherit the changes but will need to be rebuilt so the
executable picks up the changes.

Doris Manning
Database Administrator
Hargrove Inc.  

-----Original Message-----
From: dba-vb-bounces at databaseadvisors.com
[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of jwcolby
Sent: Tuesday, October 09, 2007 8:15 AM
To: dba-vb at databaseadvisors.com
Subject: [dba-VB] VB.Net - Using modules in other projects

I am developing modules that I need to use in various projects.  This
includes things like a status form with specific controls and code to
display status updates from operations, and base classes for making another
class serializable.  Stuff like that.  

I need to know what the process is for making such objects accessible to
other projects such that as I add capabilities and fix bugs, such
enhancements are available to all the other projects that use these things.
IOW, something similar to an MDA in Access.  I know that it is possible, I
just do not understand the mechanics of referencing the common objects.

Could someone give me a detailed "step by step" of how to do it, what to
click, select this menu item, click this etc. from inside of the referencing
project.  Or alternately a web article that discusses this stuff.

TIA,

John W. Colby
Colby Consulting
www.ColbyConsulting.com 

_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com



_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com




More information about the dba-VB mailing list