C# and VB/JScript..

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 ???
 
K

Kenneth Courville

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!
 
G

genc ymeri

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,,,,,
 
G

Guest

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!
 

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