Can Silverlight HyperlinkButton
forced to open page with Internet Explorer?
views:
56answers:
3
+1
A:
If someone has defaulted to one browser (let say Chrome), you cannot ask the current browser (using JavaScript) to open the link to a specific browser (i.e. you want Internet Explorer instead of Chrome). I am not sure about Flash or Silverlight's ability to do what you want.
I have found a technique but it is specific to VBScript inside Excel and it may need the UA agent check to make sure it works correctly for a target environment if you want to adapt the similar code in Silverlight:
eee
2010-06-24 03:58:12
Almost there, but it seems it will access DOM (http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20781860.html) and in Silveright Out-of-Browser mode, DOM/scripting bridge is disabled. But thanks.
Jeaffrey Gilbert
2010-06-24 08:30:25
A:
If you have the right permissions in silverlight you can read and wright to disk. So yes you can.
Wingman2
2010-06-24 04:19:17
+1
A:
With HyperLinkButton you can't. If your OOB app is in full trust mode you can use automation object InternetExplorer.Application to open and control IE.
Denis
2010-06-24 17:38:02
Thx, I've tried but SHDocVw component doesn't support Silverlight.
Jeaffrey Gilbert
2010-06-25 04:11:28