Help wanted. webbrowser PT.2
Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts
Page 1 of 1
okay so i was able to make a log in form that logs into xbox.com
but i want to make the webbrowser1 visible = false
so my question is:
if they put in a wrong email or w/e
how would i make a msg say wrong email?
what is underlined it tells me "expression does not produce a value" <---WTF!
this is my code:
If WebBrowser1.Navigate("https://login.live.com/ppsecure/post.sr ... 1279923679") Then
MsgBox("Please type your e-mail address in the following format: yourname@example.com")
End If
but i want to make the webbrowser1 visible = false
so my question is:
if they put in a wrong email or w/e
how would i make a msg say wrong email?
what is underlined it tells me "expression does not produce a value" <---WTF!
this is my code:
If WebBrowser1.Navigate("https://login.live.com/ppsecure/post.sr ... 1279923679") Then
MsgBox("Please type your e-mail address in the following format: yourname@example.com")
End If
you can't use that you need to use GetelementbyId
and use the id for login & password
Login id
and use the id for login & password
Login id
Code: Select all
Password id
i0116
Code: Select all
login button code
i0118
Code: Select all
i put the source to a project i just made for you in the source code sectioni0011
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

2 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023