¿How can I include a DLL in a Visual Basic V6.0 application ?

  • Thread starter Carlos Villaseñor M.
  • Start date
C

Carlos Villaseñor M.

Hi everybody

I'm new in visual studio .net, and I have developed a group of methods in
C-Sharp (visual studio .Net 2003) that I need to share with another that has
developed an application in Visual Basic 6.0. We first attempted to call the
DLL file, but without success. I don´t know if exist some incompatibility
between Visual Studio versions or if does exists some trick to enable the
use of the DLL in that application.

I appreciate some help.

Thank you

Carlos Villaseñor
 
M

Michael Nemtsev

Hello Carlos Villaseñor M.,

You need to create wrapper for .net component to use it from VB code like
COM server.
http://samples.gotdotnet.com/quickstart/howto/doc/Interop/Building_Samples_COM2NET.aspx

C> I'm new in visual studio .net, and I have developed a group of
C> methods in C-Sharp (visual studio .Net 2003) that I need to share
C> with another that has developed an application in Visual Basic 6.0.
C> We first attempted to call the DLL file, but without success. I don´t
C> know if exist some incompatibility between Visual Studio versions or
C> if does exists some trick to enable the use of the DLL in that
C> application.

---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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