This might be a stupid question but is it possible to use javascript/jQuery in windows applications?
Im making this application in vb.net, just for personal use and im just making it to practice and to learn more about vb.net programming.
I know javascript is ment for web applications but maybe there are ways to use them in windows applications aswell.
Any response or comment is welcome.
Thanks in advance 🙂
You may be able to find some success with something like Jint to run JavaScript code, but JQuery relies heavily on the presence of the DOM, so using JQuery to work with a VB.net UI isn’t going to be possible.