Originally posted by sogtulakk
WOW !!
Thanks !!!

I only had to change it to:

Dim mywebClient as new system.net.webclient()

Thanks again !
And the only reason why you needed to do that was because you havn't imported the system.net namespace

at the very very top of your code just add this line

VB Code:
  1. imports System.Net

now you dont have to keep typing System.Net.