All,
I'm trying to traverse the DOM tree using webbrowser control but oddly the text elements are not part of the children collection. As a work around I go to each node and check if innerText is populated and the number of children are empty.
But this doesn't catch scenarios like these
<div>
text element that cannot be detected
<span> text that is detected </span>
...
Search Result
Collapse
3 results in 0.0014 seconds.
Keywords
Members
Tags
-
Get text element using .net WenBrowser control
-
How do you open an external file on a WebBrowser Control
I have a problem where I am using the following code to open an external avi file.
I am outputting the code to external html file for debugging purposes and after I have set my security settings in internet explorer it is working fine.
However, when running through a webBrowser control it does nothing. Is there someway of setting the security settings on my webBrowser control or am I missing something completely.
...Last edited by tlhintoq; May 25 '10, 02:48 PM. Reason: [CODE] your code here [/code] Please use code tags -
String to webbrowser control
Hi,
I have part of a html file in a string variable. I want display this html code in a webbrowser control. How can I do that?
Thanks