VSA scripting - Passing arguments from Vb.net application to Jscript or Vbscript- reg -
08-09-2006
, 04:25 AM
Dear friends,
I have already posted this problem and not got the reply from any one. I am
stating the problem
once again.
I am developing a Vb.net application which uses the VSA scripting engine.The
scripting language is Jscript.
In VB.net application I am having a form with 2 input textboxes and 1
command button.Say for example, I will enter 5 in textbox number 1 and 10 in
textbox number 2 and then when I click over the command button, my vb.net
function should pass 5 and 10 as arguments to the Jscript(scripting
language) function.
How can I do this.I mean how can I pass parameters from vb.net to jscript or
vbscript function?
Thanks and Regards,
Thirumalai. |