Click here to Skip to main content
15,894,343 members

Comments by Member 8367060 (Top 12 by date)

Member 8367060 12-Feb-13 23:36pm View    
I need to get the offset position of <span> tag...I am using
HtmlElementCollection sp = textwebBrowser1.Document.GetElementsByTagName("span");
to get a collection of span tags....but in some cases even if i have span tags in the page,the count of the collection is zero...I guess it is because of some object tags with image information in between...I don't know how to retrieve the offset of span tag in this case
Member 8367060 4-Feb-13 23:09pm View    
There is no clue in their forum....is there any other third party dll for hexbox control?
Member 8367060 31-Jan-13 23:32pm View    
But it takes some time to raise the event :(
Member 8367060 31-Jan-13 22:59pm View    
thanks Edo :)
Member 8367060 30-Jan-13 23:32pm View    
Is there any size limit for web browser control in c#?