Click here to Skip to main content
15,883,990 members
Home / Discussions / C#
   

C#

 
GeneralRe: FTP Connection Pin
Pete O'Hanlon10-Dec-10 3:05
mvePete O'Hanlon10-Dec-10 3:05 
AnswerRe: FTP Connection Pin
Luc Pattyn10-Dec-10 3:14
sitebuilderLuc Pattyn10-Dec-10 3:14 
GeneralRe: FTP Connection Pin
Pete O'Hanlon10-Dec-10 3:56
mvePete O'Hanlon10-Dec-10 3:56 
GeneralRe: FTP Connection Pin
Luc Pattyn10-Dec-10 4:13
sitebuilderLuc Pattyn10-Dec-10 4:13 
GeneralRe: FTP Connection Pin
Luc Pattyn10-Dec-10 4:34
sitebuilderLuc Pattyn10-Dec-10 4:34 
GeneralRe: FTP Connection Pin
Sunil G 317-Dec-10 1:47
Sunil G 317-Dec-10 1:47 
QuestionClearing the Y Labels correctly Pin
Rafone9-Dec-10 5:26
Rafone9-Dec-10 5:26 
QuestionWebClient DownliadFile Error Pin
yu-jian9-Dec-10 4:44
yu-jian9-Dec-10 4:44 
I have some image url, such as http://images.csdn.net/20101130/2.jpg[^]
I want to download it to local disk using the WebClient, but error.

WebClient webClient = new WebClient();
  Uri uri = new Uri("http://" + address);
  webClient.BaseAddress = "http://" + uri.Authority;
  webClient.DownloadFile(uri, fileName);


The local *.jpg display html label. <!--
This file is used for request transmitted from lighttpd or nginx.
-->
AnswerRe: WebClient DownliadFile Error Pin
Luc Pattyn9-Dec-10 5:12
sitebuilderLuc Pattyn9-Dec-10 5:12 
QuestionOpen Cash Drawer Pin
Jassim Rahma9-Dec-10 3:03
Jassim Rahma9-Dec-10 3:03 
AnswerRe: Open Cash Drawer Pin
Hiren solanki9-Dec-10 3:12
Hiren solanki9-Dec-10 3:12 
AnswerRe: Open Cash Drawer Pin
Luc Pattyn9-Dec-10 3:52
sitebuilderLuc Pattyn9-Dec-10 3:52 
AnswerRe: Open Cash Drawer Pin
T M Gray9-Dec-10 9:49
T M Gray9-Dec-10 9:49 
QuestionHow to make my C# objects self explanatory Pin
maheshk_blr9-Dec-10 0:29
maheshk_blr9-Dec-10 0:29 
AnswerRe: How to make my C# objects self explanatory Pin
GlobX9-Dec-10 11:33
GlobX9-Dec-10 11:33 
QuestionGet correct driver name from "Device management" associated with a COM PORT. Pin
AlexB478-Dec-10 22:01
AlexB478-Dec-10 22:01 
AnswerRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
Luc Pattyn8-Dec-10 23:06
sitebuilderLuc Pattyn8-Dec-10 23:06 
GeneralRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
AlexB478-Dec-10 23:16
AlexB478-Dec-10 23:16 
GeneralRe: Get correct driver name from "Device management" associated with a COM PORT. Pin
Luc Pattyn8-Dec-10 23:30
sitebuilderLuc Pattyn8-Dec-10 23:30 
Questionclicking a pdf button using c sharp Pin
Wamuti8-Dec-10 21:14
Wamuti8-Dec-10 21:14 
AnswerRe: clicking a pdf button using c sharp Pin
GlobX9-Dec-10 11:42
GlobX9-Dec-10 11:42 
GeneralHelp, CANNOT to run my C# programming get for UNSAFE Pin
Eddy Ho 88 from Singapore8-Dec-10 16:18
Eddy Ho 88 from Singapore8-Dec-10 16:18 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE PinPopular
Not Active8-Dec-10 16:26
mentorNot Active8-Dec-10 16:26 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE Pin
GlobX8-Dec-10 16:40
GlobX8-Dec-10 16:40 
GeneralRe: Help, CANNOT to run my C# programming get for UNSAFE Pin
fjdiewornncalwe9-Dec-10 1:45
professionalfjdiewornncalwe9-Dec-10 1:45 

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.