Dll created from dotnet, like the calls can be made from VB 6.
Greetings and thank you
Milosz Skalecki - 29 Oct 2006 16:40 GMT
Howdy Raul,
Have a look at regasm.exe utility:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cp
grfAssemblyRegistrationToolRegasmexe.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

Signature
Milosz Skalecki
MCP, MCAD
> Dll created from dotnet, like the calls can be made from VB 6.
>
> Greetings and thank you
sloan - 31 Oct 2006 13:27 GMT
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
> Dll created from dotnet, like the calls can be made from VB 6.
>
> Greetings and thank you