Quote Originally Posted by LaVolpe View Post
Bonnie, if this is a Sub from a VB class you want to call, and you know the method's name, far easier:
:: Copy pointer to uninitialized object and call the Object.SubName, remove pointer from that object, done
But, would that work across threads (specifically, from a thread where the VB6 runtime environment hasn't been initialized)?



Anyway, thanks again for your examples and links! I'm sure they'll prove invaluable in helping me figure out a solution to this multi-threading problem.