blah blah blah is here! blah blah » Close

0
votes
4 answers

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 ...

0
votes
1 answers

C# methods & namespace problem

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 ...

1
votes
1 answers

C# Directives use & namespace problem

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 ...

Feedback