I have tried solutions from many other threads but they do not seem to work.
I am using Visual Studio 2013.
This is my code:
Imports System.Net
Public Class Form1
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim myWebClient As New...