Use Javascript in Window Application
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want to use the javascript function in c#.net window application. Is it possible? If yes, then how?
-
Hi, I want to use the javascript function in c#.net window application. Is it possible? If yes, then how?
I believe you can use managed JScript or JScript.Net. http://en.wikipedia.org/wiki/JScript#Managed_JScript[^] Which javascript function do you want to use though? there is probably a better way to just do it in c#.
Simon