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.
2 posts Page 1 of 1
Contributors
User avatar
lesan101
Top Poster
Top Poster
Posts: 193
Joined: Tue Jun 29, 2010 8:10 am

Help wanted. webbrowser PT.2
lesan101
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
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Help wanted. webbrowser PT.2
zachman61
you can't use that you need to use GetelementbyId
and use the id for login & password
Login id
Code: Select all
i0116
Password id
Code: Select all
i0118
login button code
Code: Select all
i0011
i put the source to a project i just made for you in the source code section
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
Return to “Tutorial Requests”