VBScript functionality in C# application

R

R.Balaji

Hi,
Currently we are developing a C# application which does some standard
validations (datatype/range/min lengh/max length etc.) on the form data.
We are planning to provide a VB scripting feature, so that the user can
specify his own validation for the form data.

The system requirement is , on clicking the script button, it will launch a
form with a editbox wherein the user will enter the VB script.
a)The system should validate whether the entered VBScript code is valid or
not
b)Pass the parameters from c# to the VBScript parameters.
c)Execute the VBscript created by the user
d)Fetch the return value and assign it back to the C# variable.

Have you developed any such Scripting feature?
Can you provide some know-hows?

Thanx.

Regards,
R.Balaji
 

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

Top