hi,
i need some vb code that will access a website by inserting a username and password in a pop up box.
how can this be done?
Printable View
hi,
i need some vb code that will access a website by inserting a username and password in a pop up box.
how can this be done?
Use an API to find out when the login box pops up and then just use SendKeys, but the box will have to look the same each time else sendkeys might send to the wrong box!
the authentication box?
it will always remain the same, do you have any example code?? this is my first time attempt
what do you mean it will always be the same?
the pop up box will always look the sameQuote:
Use an API to find out when the login box pops up and then just use SendKeys, but the box will have to look the same each time else sendkeys might send to the wrong box!
Someones trying to crack into a porn site...
/me snickerz :P
Just look at the inet control, its got a thing for authorization.
i wish.....
does anybody have any example code please.
or I'm thinking of the LWP mod in perl.. ummm think its inet control in vb
/me turns on vb....
Yea its inet
if its htaccess then just use
Sendkeys ("username" & vbtab & "password" & vbenter)
should work?
arguable...
those things - i have found them to be dodgy :rolleyes: