Microsoft Script Control Equivilant in VB.Net? ** Resolved **
I need to make an engine that will allow a user to create a formula, and want to use the VB Script functionality in order to help with this. (ie pass a string to a class and have it evaulate it, to save me from reinventing the wheel)
I looked through the search page on this website and several suggestions came up to use the Microsoft Script Control in the VB forums. I had a look through MSDN and I cannot find the equivilant object in .Net
Anyone able to tell me where it is and it's namespace? Or do I have to create a webpage in memory and evaluate it there?
Thanks,
Stephen
** Edit: Found it in the .Com objects **