What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » VB auto click

VB auto click
Author: Message:
DJeX
Veteran Member
*****

Avatar


Posts: 1138
Reputation: 11
– / Male / –
Joined: Jul 2003
O.P. RE: VB auto click
this code works better:

code:
Private Sub Command1_Click()
Do Until wb.ReadyState = READYSTATE_COMPLETE


    DoEvents
    Loop
    On Error Resume Next
    wb.Document.Forms(0).email.Value = "username"
    wb.Document.Forms(0).passwd.Value = "password"
    wb.Document.Forms(0).submit
End Sub

Private Sub Form_Load()
wb.Navigate "https://www.google.com/accounts/ServiceLogin?
service=mail&passive=true&continue=http%3A%2F%2Fgmail.google.com
%2Fgmail%3Fui%3Dhtml%26zy%3Dl"
End Sub

Does any one know how to click on links?

This post was edited on 05-07-2005 at 03:24 AM by WDZ.
[Image: top.gif]
05-07-2005 12:19 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB auto click - by DJeX on 05-06-2005 at 11:37 PM
RE: VB auto click - by Dempsey on 05-06-2005 at 11:43 PM
RE: VB auto click - by DJeX on 05-06-2005 at 11:55 PM
RE: VB auto click - by Dempsey on 05-07-2005 at 12:00 AM
RE: VB auto click - by DJeX on 05-07-2005 at 12:19 AM
RE: VB auto click - by Dempsey on 05-07-2005 at 12:27 AM
RE: VB auto click - by DJeX on 05-07-2005 at 01:38 AM
RE: VB auto click - by Dempsey on 05-07-2005 at 08:46 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On