creating code on the fly at runtime

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
 
G

gyoder

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Compile at RunTime 2
Generating SQL on the fly? 5
invoking methods 5
Workflow problem 2
API list on dotnet. 2
Add image to button at Runtime 1
Compile on the fly 1
Move controls at runtime 10

Top