Hi,
I have a dll which is not a COM API dll, instead it is a native .NET API dll.Can I call native .NET API's from my visual basic code ( qwe are using Visual Basic 6) ?
Printable View
Hi,
I have a dll which is not a COM API dll, instead it is a native .NET API dll.Can I call native .NET API's from my visual basic code ( qwe are using Visual Basic 6) ?
Dot Net dll has to be registered for com interop. Take a look at this MSDN article.
If it isn't your DLL [you can't change it], you could always write a .Net DLL wrapper that IS COM exposed to act as a go between the two...... But that's for a different forum. ;)