Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
QuestionReal-world commercial .NET Applications? Any? Pin
Uwe Keim26-Jan-04 18:13
sitebuilderUwe Keim26-Jan-04 18:13 
AnswerRe: Real-world commercial .NET Applications? Any? Pin
Mazdak26-Jan-04 19:27
Mazdak26-Jan-04 19:27 
GeneralRe: Real-world commercial .NET Applications? Any? Pin
Uwe Keim26-Jan-04 22:12
sitebuilderUwe Keim26-Jan-04 22:12 
AnswerRe: Real-world commercial .NET Applications? Any? Pin
Heath Stewart27-Jan-04 3:11
protectorHeath Stewart27-Jan-04 3:11 
GeneralRe: Real-world commercial .NET Applications? Any? Pin
Uwe Keim27-Jan-04 3:19
sitebuilderUwe Keim27-Jan-04 3:19 
GeneralRe: Real-world commercial .NET Applications? Any? Pin
Nick Parker27-Jan-04 6:49
protectorNick Parker27-Jan-04 6:49 
AnswerRe: Real-world commercial .NET Applications? Any? Pin
John Fisher27-Jan-04 7:08
John Fisher27-Jan-04 7:08 
Questionhow to download file not to change timestamp using HTTP Pin
yu-yu26-Jan-04 17:26
yu-yu26-Jan-04 17:26 
Hi,

I have a question, so if you have some ideas, please tell me.

I'm developing file download tool using WebClient class.
But I have a trouble. After downloaded file, I checked it.
The file's timestamp changed to be downloaded time.
I'd like to get how to download file not to change timestamp.
I'm looking for some solution, but I can't.

The following is file download routine.
---------------------------------------------------------
wc = new WebClient();
myCache = new CredentialCache();
myCache.Add(new Uri(sFrom_Download),"Basic", new NetworkCredential(sUser, sPassword));
wc.Credentials = myCache;
wc.DownloadFile(sFrom_Download, sTo_Download);
---------------------------------------------------------

Thank you in advance for your kindness.

Best Regards,
yu-yu
AnswerRe: how to download file not to change timestamp using HTTP Pin
Heath Stewart27-Jan-04 3:02
protectorHeath Stewart27-Jan-04 3:02 
GeneralRe: how to download file not to change timestamp using HTTP Pin
yu-yu27-Jan-04 15:31
yu-yu27-Jan-04 15:31 
GeneralSystem.XML.XMLDocument Pin
Anonymous26-Jan-04 16:04
Anonymous26-Jan-04 16:04 
GeneralRe: System.XML.XMLDocument Pin
Heath Stewart27-Jan-04 2:54
protectorHeath Stewart27-Jan-04 2:54 
QuestionThis cool thing!!...howz it done? Pin
srt726-Jan-04 13:27
srt726-Jan-04 13:27 
AnswerRe: This cool thing!!...howz it done? Pin
Colin Angus Mackay26-Jan-04 14:00
Colin Angus Mackay26-Jan-04 14:00 
GeneralRe: This cool thing!!...howz it done? Pin
srt726-Jan-04 14:55
srt726-Jan-04 14:55 
GeneralRe: This cool thing!!...howz it done? Pin
Colin Angus Mackay26-Jan-04 22:12
Colin Angus Mackay26-Jan-04 22:12 
GeneralRe: This cool thing!!...howz it done? Pin
srt726-Jan-04 17:04
srt726-Jan-04 17:04 
AnswerRe: This cool thing!!...howz it done? Pin
Mazdak26-Jan-04 19:34
Mazdak26-Jan-04 19:34 
GeneralRe: This cool thing!!...howz it done? Pin
srt727-Jan-04 3:45
srt727-Jan-04 3:45 
GeneralRe: This cool thing!!...howz it done? Pin
srt727-Jan-04 4:20
srt727-Jan-04 4:20 
GeneralClass library (COM) to read app.config Pin
stateyama26-Jan-04 11:27
stateyama26-Jan-04 11:27 
GeneralRe: Class library (COM) to read app.config Pin
Heath Stewart26-Jan-04 11:37
protectorHeath Stewart26-Jan-04 11:37 
GeneralRe: Class library (COM) to read app.config Pin
stateyama26-Jan-04 11:58
stateyama26-Jan-04 11:58 
GeneralRe: Class library (COM) to read app.config Pin
Heath Stewart26-Jan-04 12:02
protectorHeath Stewart26-Jan-04 12:02 
GeneralRe: Class library (COM) to read app.config Pin
stateyama26-Jan-04 12:19
stateyama26-Jan-04 12:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.