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
Assuming that the method show is in the export table in the dll, try using DllImportAttribute to call the show method.
show
DllImportAttribute