Is it possible for a VB function recieving the address of another function (from the AddressOf operator) to call that function all in VB, or with a system call? Or do I need to lash together a C++ DLL for this?

Thanks.