-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to develop an form containing WebBrowser control. I wanted to know if the WebBrowser control is -
a. is it capable of executing an ActiveX control (used to take snaps with the integrated camera)?
b. is it capable of executing JSP code?
Thanks in advance.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to figure out why the control does not honor ZIndex.
Example 1 - which works fine
<Canvas>
<Rectangle Canvas.ZIndex="1" Height="400" Width="600" Fill="Yellow"/>
<Rectangle Canvas.ZIndex="2" Height="100" Width="100" Fill="Red"/>
</Canvas>
Example…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ...
is it possible to save images in a webbroswer control directly to harddisk, without needing to download them again from the internet ?
lets say i navigate to a website, that has 15images, they are all viewed in my webbrowser, but how can i save them now without the need to download them?
hope…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using WebBrowser control to programmatically access a single website, but whenever I login, I receive this certificate security alert:
Since I trust that website and since I need to programmatically automate the login as well, this dialog box gets in the way.
I searched SO for a solution…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am facing an issue where, the CSS3 background is not rendered in WebBrowser control in Windows Phone 8. But same HTML when opened in WebBrowser in Windows Phone 8, it renders the gradient
The HTML I am using is:
<html>
<head>
<meta name="viewport" content="width=320, user-scalable=no…
>>> More