iam working on a small applic that extracts the last person who has scrapped in my scrapbook
the saved html page should explain everything abt scraps and scrapbook etc
i also attached a sample screenshot with the required link circled in the screenshot...
i tried the following but din work:
VB Code:
Dim PosEnd As Long Dim PosStart As Long PosStart = InStr(WebBrowser1.Document.body.innerHTML, "<a class="P" href="/Profile.aspx?uid=") ....
this will not work as the match string contains quotes
and one more thing to note that here i have scrapped myself hence the uid=....(19 digit number) is the same everywhere which does not happen in a normal scenario.
i have an inetcontrol that is loading the page .i am using
to parse other elemnts but this one seems to be too complexVB Code:
WebBrowser1.Document.getElementsByTagName("b").Item(i + 2).innerText....
any ideas anyone??




Reply With Quote