Advertisement
adefajrariav

Untitled

Dec 1st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. Imports System.IO
  2. Imports System.Text
  3. Imports System.Text.RegularExpressions
  4. Imports System.Net
  5. Public Class Form1
  6. Dim carimail As String = "value=" - "(.*)@begoz.com"
  7. Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
  8. wb1.ScriptErrorsSuppressed = True
  9. End Sub
  10.  
  11. Private Sub resulT_TextChanged(sender As Object, e As EventArgs) Handles resulT.TextChanged
  12.  
  13. End Sub
  14.  
  15. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
  16. wb1.Navigate("https://tempail.com")
  17. resulT.Text = wb1.DocumentText
  18. Timer1.Start()
  19. ' wb1.Navigate("https://temp-mail.org")
  20. ' Dim anaL As String = wb1.DocumentText
  21.  
  22. ' resulT.Text = anaL.ToString
  23. ' anaL = resulT.Text
  24. End Sub
  25. Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
  26. wb1.Refresh()
  27. End Sub
  28.  
  29. Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
  30. If resulT.Text.Contains("@begoz.com") Then
  31. mail.Text = Asshole(resulT.Text, carimail)
  32. End If
  33. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement