creating code on the fly at runtime

  • Thread starter Thread starter gyoder
  • Start date Start date
G

gyoder

what is the prefered method of creating a VB function or subroutine on the
fly at runtime. for example:

a user types in a function at runtime into a text field. then the user wants
to evaluate the function. the function may contain variables that the user
will enter just before execution. the function would be standard VB code. is
it possible to create VB code, build it and then execute it from within my
running VB program?

thanks
 
thanks. very interesting. between the two of these ideas i may be able to
accomplich what im trying to do. thanks for all your help.
 
Back
Top