Home All Groups Group Topic Archive Search About

Use dll created in dotnet using them from vb6

Author
29 Oct 2006 12:35 PM
Raul
Dll created from dotnet, like the calls can be made from VB 6.


Greetings and thank you

Author
29 Oct 2006 3:40 PM
Milosz Skalecki
Howdy Raul,

Have a look at regasm.exe utility:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrfAssemblyRegistrationToolRegasmexe.asp

It's provided with .Net framework
..NET 2.0:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regasm.exe
..NET 1.1:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\regasm.exe

hope this helps
--
Milosz Skalecki
MCP, MCAD


Show quoteHide quote
"Raul" wrote:

> Dll created from dotnet, like the calls can be made from VB 6.
>
>
> Greetings and thank you
>
>
>
>
Author
31 Oct 2006 12:27 PM
sloan
See
http://vb-helper.com/howto_vb6_use_system_dll.html

http://msdn.microsoft.com/msdntv/transcripts/20060105VBasicJRTranscript.aspx

http://www.google.com/search?hl=en&q=system.tlb+vb6


Show quoteHide quote
"Raul" <r***@inmovilla.com> wrote in message
news:%23ZTiYg1%23GHA.1224@TK2MSFTNGP05.phx.gbl...
> Dll created from dotnet, like the calls can be made from VB 6.
>
>
> Greetings and thank you
>
>
>