This sample shows how a VB6 app can receive function call backs from a C# COM DLL. Sample uses the VB6 AddressOf operator to send the functions address to the CSharp code and the CallWindowProc Windows API to do the callback. This page requires JavaScript