PC Review


Reply
Thread Tools Rate Thread

Automate the weblogin

 
 
New Member
Join Date: Feb 2009
Posts: 1
 
      24th Feb 2009
Hi,

I wish to automate the login process of yahoo web mail and schedule it daily at 10am.

In which way we could I do this better?
I have tried to do this by a VB script. I could visit the website through this script but could not provide log in information automatically and log in to the account.

Could any one please let me know how can I go ahead using this script? Or is there any better approach available than using VB script?

For reference, the sample VB script looks like:
Set WebBrowser1 = CreateObject("InternetExplorer.Application")
WebBrowser1.Visible = True
WebBrowser1.Silent = True
Dim URL As String
Dim test As String
WebBrowser1.Refresh
URL = "http://www.mail.yahoo.com "
WebBrowser1.Navigate URL

Any inputs on this is highily appriciated.

Thanks in Advance,
Ajay
 
Reply With Quote
 
 
 
 
New Member
Join Date: Mar 2009
Posts: 7
 
      7th Mar 2009
why not just windows scheduled a task? Most web browsers will take the primary parameter given and assume that it is a web page to navigate to.

notes.
"%ProgramFiles%\Internet Explorer\iexplore.exe" yahoo.com
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
automate FTP pete0085 Windows XP General 3 27th Dec 2008 06:17 PM
Re: WebLogin.aspx ??? HELP PLS ??? Andrew Murray Windows Vista Games 0 3rd Oct 2008 11:24 AM
How to automate with vb6 - can automate two lines but no more :-( =?Utf-8?B?UGhvZW5peDFfdWs=?= Microsoft Powerpoint 1 14th Aug 2006 04:34 PM
Can you automate an FTP? James Johnson Microsoft C# .NET 5 20th Sep 2004 10:02 PM
Automate Add-In Geerty Microsoft Excel Programming 2 6th Jun 2004 11:27 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:23 AM.