Posts
 
Reputation
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
~378 People Reached
Favorite Forums
Favorite Tags
Member Avatar for The-noob

Hi guys. So i am trying to get some specific information from a web site (works one) that requires a password. Currently i am able to grab ALL the info using the following code Dim PageElements As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input") For Each CurrentElement As HtmlElement In PageElements TextBox1.Text = TextBox1.Text …

0
87
Member Avatar for The-noob

I can't quite seem to get my head around this, i can load numbers in and add to an array then sort via bubble-sort but i cant seem to manage it with words. Any examples or help would be nice!! I need to load the word list from file then …

Member Avatar for Reverend Jim
0
291