Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to call a vb6 com dll method asynchronously from C#. I don'tknow how to do this. Any suggestion is appreciated. Thanks.
Posted

1 solution

You import your com dll in to C# and it creates a class you can call to call the dll. If you want to call it asynchronously, call it in a thread.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900