Visual Basic 2005 and MS Access

G

Guest

Is it possible to refernce and utilize in MS Access a DLL written in Visual
Basic 2005?

Thank you.
 
A

Albert D. Kallal

Len said:
Is it possible to refernce and utilize in MS Access a DLL written in
Visual
Basic 2005?

Thank you.

Well, VB.net (2005) can create a standard windows "com" object, and they can
be used like any other automaton object.

Thus, if your .net program is correctly registered as a windows com object,
then yes..you can use it.

You have to use reams from the .net tools to correctly "register" that dll.
I would ask this question in a .net group...

If the .dll is written with being used as a com object interface...it should
be usable....

This process is mentioned here:

http://www.codeproject.com/dotnet/cominterop.asp#PART2

While the above example is vb6, the same process would work for ms-access...
 

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

Top