Finally!! i got it !!
vb Code:
Dim n As Integer n = ListBox1.FindString(WebBrowser1.DocumentTitle) If (n = -1) Then pageinfos.Add(New WebPageInfo(WebBrowser1.DocumentTitle, WebBrowser1.Url.ToString)) End If
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |