votes
C#: PPC: File download.
Hi, i have a problem with the following WebClient Class [code] WebClient Client = new WebClient(); Client.DownloadFile("http://www.someurl.com/file.txt", "file.txt"); [/code] i've used the using System.Net; but i ...
blah blah blah is here! blah blah » Close
Hi, i have a problem with the following WebClient Class [code] WebClient Client = new WebClient(); Client.DownloadFile("http://www.someurl.com/file.txt", "file.txt"); [/code] i've used the using System.Net; but i ...
Hi there. I have 2 apps: Class Library named ClLib, and Windows Form Application called ClLibApp. In ClLib, I have a group of classes. They are as shown below: Singapore (parent class) - Nursery - Primary - Secondary In ClLibAp ...
Hi everybody, I have a problem here. I have a class library namely ClLib, and has the following 8 cs files. [ul][li][/li][/ul]Express (parent class) - 1E1 - 1E2 - 1E3 [ul][li][/li][/ul]Normal (paren ...
Got feedack? Found a bug? report it here.