get facebook user name
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
1 post
Page 1 of 1
[*]add 2 button
for login
for logout
[*]two textbox
for email
for password
[*]one webbrowser
login button codes:
for login
for logout
[*]two textbox
for email
for password
[*]one webbrowser
login button codes:
Code: Select all
Logout button codes:
WebBrowser1.Document.GetElementById("email").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("pass").SetAttribute("value", TextBox2.Text)
WebBrowser1.Document.GetElementById("login").InvokeMember("click")
Code: Select all
WebBrowser1 Document Completed codes:
WebBrowser1.Navigate("http://www.facebook.com/index.php?lh=7fa20607793c3775f18e3fd4524dad5e&eu=zMcAXzSTO62_dpuZnSzSBw")
me.text = "Username"
Code: Select all
form1 codes:
Me.Text = WebBrowser1.Document.GetElementById("navAccountName").InnerText
Code: Select all
Some of codes made by lesan101webbrowser1.navigate("https://login.facebook.com/login.php?login_")
1 post
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023