Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.9K
1 Posted Topic
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 str = i.ToString + " " + str + form.Name + vbCrLf str = str + form.GetType.ToString + vbCrLf str = …
The End.
simulanics