用Delphi检测IE使用的代理服务器
添加时间: 2006-2-25 5:08:19 作者: Delphi教程 阅读次数:71 来源: http://www.d9soft.com
|
//----------------------------------------------- //---------------------------------------------- function GetProxyInformation: string; procedure GetProxyServer(protocol: string; var ProxyServer: string; proxyinfo := GetProxyInformation; protocol := protocol + '='; |
|
i := Pos(protocol, proxyinfo); i := Pos(':', proxyinfo); end; |
上一篇文章: 浅谈Delphi如何控制Excel操作 下一篇文章: Delphi学习:查句柄知多少
相关文章:

