Forum: VB.NET Jun 19th, 2009 |
| Replies: 5 Views: 3,687 Use the WebRequest Class built into the .Net Framework..check out my newest software title Simulanics Mobsters Bot...just google it..I'm sure you'll get a hit :-D..but using a similar class built for... |
Forum: VB.NET Nov 19th, 2008 |
| Replies: 5 Views: 3,687 Dim i As Integer = 0
If WebBrowser1.Document IsNot Nothing Then
Dim str As String = String.Empty
For Each form As HtmlElement In WebBrowser1.Document.Forms
i = i + 1 |