Results 1 to 9 of 9

Thread: [RESOLVED] webcontrol..automated login..help?

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2006
    Posts
    24

    Resolved [RESOLVED] webcontrol..automated login..help?

    i want to automaticaLLY LOGIN TO MY gmail a/c...i use code..(when document completes loading)....


    WebBrowser1.Document.All.GetElementsByName("Email")(0).InnerText = "username"
    WebBrowser1.Document.All.GetElementsByName("Passwd")(0).InnerText = "password"


    but it gives me some error....

    why cant i use this??
    can anyone give me the code required??


    thnking in advance
    Last edited by Hack; Apr 13th, 2006 at 11:39 AM. Reason: Added [RESOLVED] to thread title and green "resolved" checkmark

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