Invoke on Subs?

  • Thread starter Thread starter Dave Wurtz
  • Start date Start date
D

Dave Wurtz

All,

I've been trying to use MethodBase.Invoke(...) to dynamically call a sub at
runtime. If I change the Sub to Function, I can get it to work. Is it
possible to call a Sub from Invoke?

Thanks in advance!

Dave Wurtz
Advanced Software Designs
 
Back
Top