随笔分类 -  桌面开发

转载:C# 文件下载(WebClient)
摘要:C# 文件下载(WebClient) http://www.cnblogs.com/lorn/archive/2007/12/09/988507.html private void DownLoadFile(){ try { WebClient client = new WebClient(); if (!Directory.Exists(Application.StartupPath + @""... 阅读全文
posted @ 2008-06-14 10:21 精思入神 阅读(711) 评论(0) 推荐(0)