So heres basically what I would like to do....
I will have a rich textbox that will allow people to write in commands on each line...so for example
I want it to each command can be loaded from a different dll file or class in a directory... so if a user uses the browse command it will look the function up which is originally coded in .net. And then run that code...then go onto the next.
So basically a parser with custom commands and parameters that are loaded from classes.
Does anyone know how I could go about this?
I will have a rich textbox that will allow people to write in commands on each line...so for example
Code:
Browse [url] [time]
Delay [5]
Click [type=button] [id=submit]
End
So basically a parser with custom commands and parameters that are loaded from classes.
Does anyone know how I could go about this?