in vb 6 i use the heck out of the VB Script Control 1.0, my application allows users to write macros, that i execute with the script control and then display the results.
should i use the same old script control in .net?
if there isn't a better solution i run into the problem that the script control is in the UI thread... i want my scripts to execute in a background thread
help!
thanks


Reply With Quote