摘要:这可是广大MS程序员的福音呀。只是还有好多还没有翻译过来。。期待中!http://www.microsoft.com/china/msdn/countdown.htm在System.Net中为 WebRequest 使用 HTTP代理: if(bool.Parse(CommonClass.GetConfigItem("QueryKeywordUseProxy"))) { System...
阅读全文
03 2004 档案
摘要:这可是广大MS程序员的福音呀。只是还有好多还没有翻译过来。。期待中!http://www.microsoft.com/china/msdn/countdown.htm在System.Net中为 WebRequest 使用 HTTP代理: if(bool.Parse(CommonClass.GetConfigItem("QueryKeywordUseProxy"))) { System...
阅读全文
摘要:朋友说要做个可以用缩略图方式查看的ListView.初步看了下,用了半小时做了个简单的。毛病还有很多,例如速度啊。闪烁啊。不过总算是个开始吧。请大家指教!using System;using System.ComponentModel;using System.Collections;using System.Diagnostics;using System.Windows.Forms;using...
阅读全文
|