Ok, so what I am trying to do is make a VB application (just got into VB yesterday woots me!) that will connect to a website, login, and then get some information...
So far I have made it as far as filling in the login info, but I cannot find out how to submit the form!
Just so everyone knows, I cannot use inet (I'm using VB express), I have tried .click and .submit and neither of those worked...any ideas?
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
If WebBrowser1.Url.OriginalString = "http://www.intelcircle.net/login.php" Then
Once you get past your login, you will need to be able to get the response data. Tho depending on the authenication mechanism used by the site this may make life difficult.
You do not have permission to post replies to topics in this board. If you want to join in with discussions and create new topics please register. If you want to register your own free account with us, please click here.
Not enough time to do something productive I run out of ideas Too hard to show people my creations Everything i do has too many errors, and it's too hard I don't get bored!!!
please login to cast your vote and see the results of this poll