B
Benjamin Lukner
Hi!
I have a C# driver dll for a barcode scanner that exposes several
controls and classes. The problem is that the controls are written in
upper case and the classes in upper and lower case,
e.g. UPCEAN & UPCEan.
It's no problem to use the dll in C#, but VB always picks the control
and I have no access to the class. I tried to edit the code with a text
editor and compile it in the dev env. without opening the file, but it
didn't help.
Does anybody know a trick how to get access to the classes under VB?
The only thing I can imagine is writing a wrapper dll with different
names for the classes and controls in C# ...
Kind regards,
Benjamin Lukner
I have a C# driver dll for a barcode scanner that exposes several
controls and classes. The problem is that the controls are written in
upper case and the classes in upper and lower case,
e.g. UPCEAN & UPCEan.
It's no problem to use the dll in C#, but VB always picks the control
and I have no access to the class. I tried to edit the code with a text
editor and compile it in the dev env. without opening the file, but it
didn't help.
Does anybody know a trick how to get access to the classes under VB?
The only thing I can imagine is writing a wrapper dll with different
names for the classes and controls in C# ...
Kind regards,
Benjamin Lukner