embed javascript code in c#
C#
3
Posts
3
Posters
0
Views
1
Watching
-
please i want to embed javascript code in c# windows form application what should i do & thanks
You don't, directly anyway. You cannot embed JavaScript code directly into your C# app. You can however use any one of about a dozen technologies to interop between the two. Have a look at this[^].
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
please i want to embed javascript code in c# windows form application what should i do & thanks