|
-
Apr 12th, 2006, 10:06 PM
#1
Thread Starter
Junior Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|