Results 1 to 20 of 20

Thread: [RESOLVED] Auto Login Issue

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2012
    Location
    I'm living in VBForum bcz its members deserve respect and appreciation
    Posts
    333

    Resolved [RESOLVED] Auto Login Issue

    Hello I'm looking forward to register to vbforums.com as Auto Login.

    Code1 work fine but after I register as Auto Login Error Msg occured " Object variable or with block variable not set " and highlight on code line below. Any help would be appreciate. Thank you All. your replay appreciate in advance.

    Code:
    brwWebBrowser.Document.All("vb_login_username").Value = "brss"

    Code:
    Code1
    Private Sub Form_Load()
    
    Me.Show: DoEvents
    
         brwWebBrowser.Navigate "http://www.vbforums.com/login.php?"
         DoEvents
    While brwWebBrowser.Busy = True
    DoEvents
    Wend
    brwWebBrowser.Document.All("vb_login_username").Value = "brss"
    brwWebBrowser.Document.All("vb_login_password").Value = "gfggfggf"
    brwWebBrowser.Document.Forms(0).submit() = True
    
    DoEvents
    While brwWebBrowser.Busy = True
    DoEvents
    Wend
    
    End Sub
    Last edited by brss; Jul 16th, 2012 at 02:43 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width