Notes
Notes - notes.io |
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
Dim content1_btnSubmit As HtmlElement = WebBrowser1.Document.GetElementById("content1_btnSubmit")
Dim content1_txtInput As HtmlElement = WebBrowser1.Document.GetElementById("content1_txtInput")
Dim content1_lblResults As HtmlElement = WebBrowser1.Document.GetElementById("content1_lblResults")
Dim content1_lblStatus As HtmlElement = WebBrowser1.Document.GetElementById("content1_lblStatus")
Dim content1_txtCaptcha As HtmlElement = WebBrowser1.Document.GetElementById("content1_txtCaptcha")
content1_txtInput.SetAttribute("value", TextBox2.Text)
content1_lblResults.SetAttribute("value", TextBox3.Text)
content1_lblStatus.SetAttribute("value", TextBox1.Text)
content1_txtCaptcha.SetAttribute("value", TextBox4.Text)
content1_btnSubmit.InvokeMember("click")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate("http://www.hashkiller.co.uk/md5-decrypter.aspx")
End Sub
Private Sub WebBrowser1_DocumentCompleted(ByVal sender As System.Object, ByVal e As System.Windows.Forms.WebBrowserDocumentCompletedEventArgs) Handles WebBrowser1.DocumentCompleted
On Error Resume Next
Dim nesne As Object
nesne = WebBrowser1.Document.DomDocument.Body.CreateControlRange()
nesne.add(WebBrowser1.Document.DomDocument.images(1))
nesne.execCommand("Copy")
PictureBox1.Image = My.Computer.Clipboard.GetImage
End Sub
Private Sub TextBox2_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox2.TextChanged
End Sub
Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
End Sub
Private Sub TextBox3_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox3.TextChanged
End Sub
Private Sub TextBox4_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox4.TextChanged
End Sub
End Class
|
Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 12 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team