怎么让换代理后立刻生效??

lpmko3 2007-07-20 12:06:11

怎么让换代理后立刻生效?? 这是换代理的函数,谢谢了

Public Sub ProxySettings(ByRef strAddress As String, ByRef intSwitch As Short)

Dim strKey As String

strKey = "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"

'Set Proxy Enabled Or Disable

' 1 = Enable , 0 = Disable

With CreateObject("WScript.Shell")

.RegWrite(strKey & "\ProxyEnable", intSwitch, "REG_DWORD")

.RegWrite(strKey & "\ProxyServer", strAddress, "REG_SZ")

End With

End Sub
...全文
97 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
lpmko3 2007-07-20
  • 打赏
  • 举报
回复
我是在软件里加了个游览器,想自动换代理,这样可以吗\?

16,721

社区成员

发帖
与我相关
我的任务
社区描述
VB技术相关讨论,主要为经典vb,即VB6.0
社区管理员
  • VB.NET
  • 水哥阿乐
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧