System.Net.WebClient webClient = new System.Net.WebClient(); string strSource = webClient.DownloadString(URL); webClient.Dispose(); return strSource;
I have been reading about urlloader and urlrequest but not able to put anything together yet. Any help appreciated, not looking for the easy way out and it isn't a school project. Just fun.

New Topic/Question
Reply


MultiQuote





|