|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How could I modify frome code in VB 6 the registry ....
How could I modify frome code in VB 6 the registry?
I'm interested in modifying the informations about a proxy server used on a dial-up conection on internet explorer. Thanks! |
|
#2
|
||||
|
||||
|
download the API Guide from www.allapi.net . It has some API calls that you will want to use.
__________________
Fisherman "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - A.Einstein |
|
#3
|
|||
|
|||
|
It does'nt work
It modifies something but not exactly like for example Internet Explorer does. What should I do? |
|
#4
|
||||
|
||||
|
Hey Goethe - it's usually good practice to continue to post all of your related questions in one post instead of starting a separate one.
What is it successfully modifying, and what is it not. Mods - can you move the second thread into this one? |
|
#5
|
|||
|
|||
|
I have a way to modify the proxy setup by modify the register.U can edit the register:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MigrateProxy"=dword:00000001 "ProxyEnable"=dword:00000001 "ProxyHttp1.1"=dword:00000000 "ProxyServer"="http://ProxyServername:80" "ProxyOverride"="<local>" Maybe it need reboot for the effective after u modified.. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > How could I modify frome code in VB 6 the registry .... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|