Is it possible to find out in what browser version a browser hosted application (XBAP) runs (eg. IE6, IE7 or IE8)? I want to find out the browser version from within the XBAP.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I presume you mean Silverlight rather than WPF? (they're separate technologies, though similar). Take a look at the Specifically
From the MSDN page above:
using System.Windows.Controls; using System.Windows.Browser;
|
|||||
|
|
With some help from a Microsoft forum I was led into a direction that finally works. Below a proof of concept in C++.NET (.
|
|||
|
|