Click to See Complete Forum and Search --> : Howto: Call a routine by its address


February 7th, 2000, 02:28 PM
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.

Lothar Haensler
February 8th, 2000, 01:36 AM
this question has been discussed a few days ago.
check out the CallWindowProc API or search for it in this forum.