interop - How to use a dll made in vb 6 to c#.net 3.5 application? -


How to use a DLL made from vb 6 to c # .net 3.5 application? Although we have an interop feature but it needs to map all the functions of DLL. Is there any other way around this that is quick and reliable, is there any further tool that can convert this vb 6 dll into a .NET assembly? Thanks in advance.

In addition to Pinwok interop (call function by name from DLL) .net is excellent COM interop and also Exposing vb 6 dll functionality as a COM component should be relatively easy.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -