06 2012 档案

摘要:public class Proxy { public struct Struct_INTERNET_PROXY_INFO { public int dwAccessType; public IntPtr proxy; public IntPtr proxyBypass; }; [DllImport("wininet.dll", SetLastError = true)] private static extern bool InternetSetOpt... 阅读全文
posted @ 2012-06-07 12:58 第7笔画 阅读(392) 评论(0) 推荐(0)
摘要:项目的属性,生成,目标平台设为x86 阅读全文
posted @ 2012-06-04 09:33 第7笔画 阅读(141) 评论(0) 推荐(0)