Click here to Skip to main content
15,914,013 members
Home / Discussions / C#
   

C#

 
AnswerRe: Bad Request! Pin
Stefan Prodan3-May-07 12:22
Stefan Prodan3-May-07 12:22 
GeneralRe: Bad Request! Pin
Sabry19056-May-07 1:24
Sabry19056-May-07 1:24 
Questionintegrate help V2.0 into winforms app Pin
Giorgi Dalakishvili3-May-07 2:36
mentorGiorgi Dalakishvili3-May-07 2:36 
QuestionWindows Services Pin
Sumanta Rout3-May-07 2:28
Sumanta Rout3-May-07 2:28 
AnswerRe: Windows Services Pin
kubben3-May-07 5:07
kubben3-May-07 5:07 
GeneralRe: Windows Services Pin
Sumanta Rout3-May-07 5:40
Sumanta Rout3-May-07 5:40 
GeneralRe: Windows Services Pin
kubben3-May-07 5:41
kubben3-May-07 5:41 
GeneralRe: Windows Services Pin
Sumanta Rout3-May-07 5:44
Sumanta Rout3-May-07 5:44 
GeneralRe: Windows Services Pin
kubben3-May-07 5:45
kubben3-May-07 5:45 
GeneralRe: Windows Services Pin
Sumanta Rout3-May-07 18:41
Sumanta Rout3-May-07 18:41 
GeneralRe: Windows Services Pin
kubben4-May-07 1:49
kubben4-May-07 1:49 
AnswerRe: Windows Services Pin
justintimberlake3-May-07 19:06
justintimberlake3-May-07 19:06 
QuestionUserControl like in TaskPane of MyComputer Pin
freshonlineMax3-May-07 2:21
freshonlineMax3-May-07 2:21 
AnswerRe: UserControl like in TaskPane of MyComputer Pin
freshonlineMax3-May-07 19:55
freshonlineMax3-May-07 19:55 
QuestionReminder Pin
soneliso3-May-07 2:21
soneliso3-May-07 2:21 
AnswerRe: Reminder Pin
Giorgi Dalakishvili3-May-07 2:32
mentorGiorgi Dalakishvili3-May-07 2:32 
AnswerRe: Reminder Pin
CPallini3-May-07 2:47
mveCPallini3-May-07 2:47 
GeneralRe: Reminder Pin
soneliso3-May-07 3:31
soneliso3-May-07 3:31 
AnswerRe: Reminder Pin
AFSEKI7-May-07 5:01
AFSEKI7-May-07 5:01 
Questionhowto get all netbios resources of specified IP in the LAN? Pin
n0vice3-May-07 2:07
n0vice3-May-07 2:07 
QuestionParse and download from xml file. [modified] Pin
mhm0013-May-07 1:28
mhm0013-May-07 1:28 
AnswerRe: Parse and download from xml file. Pin
Stefan Troschuetz3-May-07 2:18
Stefan Troschuetz3-May-07 2:18 
AnswerRe: Parse and download from xml file. Pin
mhm0013-May-07 2:56
mhm0013-May-07 2:56 
GeneralRe: Parse and download from xml file. Pin
Stefan Troschuetz3-May-07 3:10
Stefan Troschuetz3-May-07 3:10 
Call GetResponse on the WebRequest returned by WebRequest.Create. The returned WebResponse has a GetResponseStream method that returns an instance of the Stream type that lets you access the response data. Read from that stream and write the content to another stream representing the csv file.


"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

www.troschuetz.de

AnswerRe: Parse and download from xml file. Pin
mhm0013-May-07 4:30
mhm0013-May-07 4:30 

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.