M Mike Apr 5, 2004 #1 Hi, Can I raise an event in a C++ DLL (v6) and catch it in a VB/C# application? Thanks Mike
D Dilip Krishnan Apr 5, 2004 #2 Yes, you could do it using *callbacks* and *platform invoke*. You should hit the solution if you search for those keywords HTH
Yes, you could do it using *callbacks* and *platform invoke*. You should hit the solution if you search for those keywords HTH