Click here to Skip to main content
15,890,741 members
Home / Discussions / C#
   

C#

 
GeneralRe: Combining Cells Probs Pin
Vikram A Punathambekar7-Nov-05 1:58
Vikram A Punathambekar7-Nov-05 1:58 
AnswerRe: Combining Cells Probs Pin
J4amieC7-Nov-05 2:35
J4amieC7-Nov-05 2:35 
QuestionSet File Access (Read/ReadWrite/Write) Pin
M-20006-Nov-05 23:59
M-20006-Nov-05 23:59 
AnswerRe: Set File Access (Read/ReadWrite/Write) Pin
Tom Larsen7-Nov-05 5:52
Tom Larsen7-Nov-05 5:52 
QuestionRe: Set File Access (Read/ReadWrite/Write) Pin
M-20007-Nov-05 21:02
M-20007-Nov-05 21:02 
QuestionHowto download a file from http-site Pin
Ariadne6-Nov-05 23:42
Ariadne6-Nov-05 23:42 
AnswerRe: Howto download a file from http-site Pin
Colin Angus Mackay6-Nov-05 23:51
Colin Angus Mackay6-Nov-05 23:51 
GeneralRe: Howto download a file from http-site Pin
Ariadne6-Nov-05 23:59
Ariadne6-Nov-05 23:59 
Thanks Colin,
I did this:
<br />
myReq=HttpWebRequest)WebRequest.Create("http://www.xyz.ch/file.msi");<br />
myResponse = myReq.GetResponse();<br />
ReceiveStream = myResponse.GetResponseStream();<br />
FileStream frStream = new FileStream(ReceiveStream, FileAccess.Read);<br />
FileStream fwStream = new FileStream(Application.StartupPath+"file.msi",FileMode.Create,FileAccess.Write);<br />

But this does not work: ReceiveStream is not System.IO.Stream


Ariadne
GeneralRe: Howto download a file from http-site Pin
Colin Angus Mackay7-Nov-05 1:14
Colin Angus Mackay7-Nov-05 1:14 
AnswerRe: Howto download a file from http-site Pin
Ariadne7-Nov-05 3:00
Ariadne7-Nov-05 3:00 
GeneralRe: Howto download a file from http-site Pin
jkersch7-Nov-05 3:47
jkersch7-Nov-05 3:47 
GeneralRe: Howto download a file from http-site Pin
Ariadne7-Nov-05 4:04
Ariadne7-Nov-05 4:04 
Questionremove the begining of a string Pin
Anthony Mushrow6-Nov-05 22:58
professionalAnthony Mushrow6-Nov-05 22:58 
AnswerRe: remove the begining of a string Pin
User 66586-Nov-05 23:05
User 66586-Nov-05 23:05 
QuestionBreak tags Pin
Brendan Vogt6-Nov-05 22:19
Brendan Vogt6-Nov-05 22:19 
AnswerRe: Break tags Pin
Colin Angus Mackay6-Nov-05 23:42
Colin Angus Mackay6-Nov-05 23:42 
QuestionRe: Break tags Pin
Brendan Vogt9-Nov-05 20:41
Brendan Vogt9-Nov-05 20:41 
AnswerRe: Break tags Pin
Colin Angus Mackay9-Nov-05 22:04
Colin Angus Mackay9-Nov-05 22:04 
QuestionDynamic XMLcreation Pin
hellamasta6-Nov-05 21:26
hellamasta6-Nov-05 21:26 
AnswerRe: Dynamic XMLcreation Pin
Corinna John6-Nov-05 21:44
Corinna John6-Nov-05 21:44 
GeneralRe: Dynamic XMLcreation Pin
hellamasta7-Nov-05 20:55
hellamasta7-Nov-05 20:55 
GeneralRe: Dynamic XMLcreation Pin
Corinna John8-Nov-05 0:51
Corinna John8-Nov-05 0:51 
QuestionProblem in inserting data from DataGrid ( winforms ) Pin
Ripper_16-Nov-05 21:17
Ripper_16-Nov-05 21:17 
Questionseveral windows vs modal dialog Pin
koruyucu6-Nov-05 21:17
koruyucu6-Nov-05 21:17 
AnswerRe: several windows vs modal dialog Pin
Corinna John6-Nov-05 21:48
Corinna John6-Nov-05 21:48 

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.