Hello! am triying to read richtextbox in VB.net ? Soo i want to read line by line and not like this :
![Name: screenshot_5.png
Views: 40
Size: 9.1 KB]()
am triying with this:
but is not working... anyone can help me to read just one email ?
am triying with this:
Code:
WebBrowser1.Document.GetElementById("RegistrationForm[email]").SetAttribute("value", RichTextBox1.Text.ToString)