We help build better software

Friday, June 17, 2016

Building Browser-based Kiosk Apps with C#/VB.NET

A new tutorial for .NET developers is out on Codeguru.

In this practical guide Anna Dolbina, the lead developer of the DotNetBrowser, shows how to use it for building browser-based kiosk applications with WPF or Windows Forms.

Have a great read and enjoy experimenting with this approach in your own applications!


Thursday, June 9, 2016

JxBrowser 6.5 is Released



JxBrowser 6.5 is now available for download.

In this version we focused on implementing features, long-awaited by our customers, such as access to HTTP response data to handle AJAX responses, multiple HTTP headers support, gesture event listener, getting selected HTML, better support of IME and different keyboard languages, and more.

For the full list of the features and improvements, please see the Release Notes.

Tuesday, June 7, 2016

DotNetBrowser 1.7 now runs on Chromium 49!


DotNetBrowser has been updated to version 1.7.

In addition to the main change, which is upgrade of the underlying Chromium engine to version 49, this release contains some important updates.

We have introduced further improvements of how we work with objects. In previous versions, we were able to register global functions and invoke them from JavaScript. Now it is possible to pass complete .NET objects to JavaScript side and invoke their methods as if they were regular JavaScript objects. You can get a deeper insight on this improvement in the migration guide we have prepared.

Also, we have applied fixes and improvements for the lightweight control rendering and added certificate validation API.

See the full list of changes available in this release on the DotNetBrowser Release Notes page.

The update is available for download.

As always, we'll be happy to answer your questions about our product on Stack Overflow under #dotnetbrowser tag.