download a file with exception visual basic


SUBMITTED BY: vishaldagar

DATE: July 19, 2017, 4:16 p.m.

FORMAT: Text only

SIZE: 309 Bytes

HITS: 1700

  1. Try
  2. If CheckBox4.Checked Then
  3. WebBrowser1.Document.GetElementById(TextBox5.Text).InvokeMember("click")
  4. Delay(randomtime())
  5. End If
  6. Catch ex As Exception
  7. End Try

comments powered by Disqus