Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click WebBrowser1.Document.All("username").InnerText = TextBox1.Text WebBrowser1.Document.All("password").InnerText = TextBox2.Text If CheckBox1.Checked = True Then My.Settings.Username = TextBox1.Text My.Settings.Save() My.Settings.Reload() End If If CheckBox2.Checked = True Then My.Settings.Password = TextBox2.Text My.Settings.Save() My.Settings.Reload() End If End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click My.Settings.Password = "" My.Settings.Username = "" My.Settings.Save() My.Settings.Reload() TextBox1.Text = "" TextBox2.Text = "" WebBrowser1.Document.All("username").InnerText = TextBox1.Text WebBrowser1.Document.All("password").InnerText = TextBox2.Text End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load TextBox1.Text = My.Settings.Username TextBox2.Text = My.Settings.Password End Sub
End Class
PLEASE SUBSCRIBE!!!!!!!!!
@VisualBasic08Team Er istn Engländer weshalb ern kleinen Penis hat und dadurch zuviel Blut im Kopf hat xD
ExtremRoyalGuard 1 year ago
Gott isses so schwehr nen coe in ner text datei hochzuladen OO
VisualBasic08Team 1 year ago
i could make in 3 min. lol
dielan44 1 year ago
sure its simple make it read from files and let you choose just do it that way its about an hours work of codeing
computertrick 2 years ago
hi, Could u tell me how?
danielcreations 2 years ago
this is very cool btw
computertrick 2 years ago
i can do that
computertrick 2 years ago
Cool... but be better if that can remember multiple webpages
danielcreations 2 years ago