Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can we use javascript in windows application?
which one is best javascript or vbscript in windows application?
how to use both the things in applications?
i need a sample coding which is used for javascript and vbscript in windows application?
why we are using scripting?
Posted
Updated 3-Sep-12 23:45pm
v2

1 solution

If you're talking .net windows applications, you can't use javascript out of the box. there may be a way if you had some sort of interpreter component, but the question is, would you want to?

There are ways of using javascript to build windows apps, like Adobe AIR, but that's got nothing to do with C# or .net.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900