hi!

is there a way in vb.net to call functions and procedures dynamically at runtime.

background of the question is that i want to fire events at runtime which call a pool of functions. those functions should be defined in a databasetable to keep the application open for further extensions and modifications.

i've experimented a little bit with the codeDOM of .NET but i didn't found what i'm searching for. has anybody an idea how to call functions dynamically at runtime?

best regards
robert