is there a way to use HTML, CSS And JQuery on a Windows Forms Application
and be a good looking GUI. and the code will be VB.NET or C#.NET ?
is there a way to use HTML, CSS And JQuery on a Windows Forms Application
and be a good looking GUI. and the code will be VB.NET or C#.NET ?
It's possible to add a WebBrowser control to your form. You can use it to display a web page (HTML, CSS, and JavaScript).
You can interact with the loaded HTML document using the WebBrowser's Document and ObjectForScripting properties.