C# and VB/JScript..

  • Thread starter Thread starter genc ymeri
  • Start date Start date
G

genc ymeri

Hi,
I have a win C# app and I would like to write some scripts (VB/JScript) for
instance in a textbox component and to validate the syntax of that script
(not neccesserly to run it...)

How can I do that ???
 
Never did such a project myself...

Try looking for help on building language parsers.

Perhaps MS already has a function to validate scripts? Maybe check the
Internet Explorer controls?

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Perhaps MS already has a function to validate scripts? Maybe check the
Internet Explorer controls?

That's what I initially thought but really I'm not sure where to look for
it,,,,,
 
Hi genc ymeri,

I never use vbscript to validate textbox. Maybe you should look into c#/asp.net regular expressions for textbox validations.

Good luck!
 
Back
Top