Calling vb6 dlls from c#

前端 未结 3 1402
挽巷
挽巷 2021-01-18 04:41

I have been trying to call a vb6 dll from a C sharp application, without using the registry. I want to use the path of the dll while using it. I am unable to create an objec

3条回答
  •  再見小時候
    2021-01-18 05:34

    Assuming that the method show is in the export table in the dll, try using DllImportAttribute to call the show method.

提交回复
热议问题