Hi!
Sometimes you need to do something that is impossible when it comes to VB6. In those cases a possible solution is create a library in .Net.
The trick is to create a interop that will allow you VB6 application to access the .Net library.
When I need to do so, I use to use the interop forms toolkit.
Even though you see the word "forms", it's possible to call the library without activate any form.
Important: the toolkit comes in VB.NET programming language. For those who are accustomed to program in C# this fact could be annoying, but that's the way it is. Despite this fact, the toolkit works perfectly.
Interop Forms Toolkit
And that's all folks.
Nenhum comentário:
Postar um comentário