Hi Experts, I have a MFC dll, inside which there is a function which accepts a pointer to a vb.net function. The dll calls a callback function from vb.net, the vb function is entered but thats when the program crashes Public Delegate Function MyDelegate(ByRef Context As IntPtr, ByVal Command As Integer...