I've got an ActiveX container control that claims to be able to host
Windows Forms windows. Here's the extent of the documentation:
It is also possible to use windows that are not created
using Visual Basic [6]... by creating a wrapper class. This
class must be a standard COM cl...
more >>
Hello,
I'm having problems calling a function in an unmanaged C dll using
VB.net. The program runs, then tries to execute the following function,
and just dies, no error message, even when I use a try/catch. I've used
the following two methods:
<DllImport("myDLL.DLL")> _
Public Shared ...
more >>