Access to methods in a standard module in a different project 
Author Message
 Access to methods in a standard module in a different project

How can I access methods and properties in a standard module in one project
from within another project?

-RS



Sun, 03 Aug 2003 22:25:00 GMT  
 Access to methods in a standard module in a different project
Add the module to the project you want the methods and properties available to.

Malc

Quote:
-----Original Message-----

How can I access methods and properties in a standard module in one project
from within another project?

-RS
.



Sun, 03 Aug 2003 22:51:47 GMT  
 Access to methods in a standard module in a different project
Hi Runar.

Create a new ActiveX Dll project, and rename Class1 to something clever like
MyClass.  Then, copy the methods and properties from your module into the
class.  Compile the project.  Then, in the project that you want to use
those methods and properties, add a reference to the new dll.  Then, create
a MyClass object, and you'll have access to all of those properties and
methods.

Might take you about ten minutes.

--
HTH

Craig Hunt, MCSE, MCDBA
AISA Logic, Inc.
http://aisalogic.com

--Think when you breathe.


How can I access methods and properties in a standard module in one project
from within another project?

-RS



Mon, 04 Aug 2003 02:39:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Standard modules in COM projects

2. Can It be possible to access the module of one project into the another project

3. VB Modules copied to different project folders get corrupted

4. Access 97 multiple standard modules

5. Standard Modules, Threading, and Data Access

6. Q(VB5) : Different between module & class module

7. Access Violation SOMETIMES - compiling, many modules .VBW different

8. Accessing different form in project group

9. Command button won't make use of module driving MS Project from MS Access 2000

10. Accessing Project Modules

11. Accessing Project modules from Add-In

12. Question: Speed of Database Access for Different Methods

 

 
Powered by phpBB® Forum Software