Question My.Settings solution?

AshB2612

New member
Joined
Dec 22, 2011
Messages
1
Programming Experience
1-3
Hi guys, long time lurker, first time poster here

I'm building a program at the moment that changes registry entries to turn on and change, and off proxy settings. This small program is going to be dropped on each persons desktop so they can easily turn on the proxy in work, and turn it off when they take their laptop home.

However, the proxy address changes depending on which company I am at. I would like to be able to make a single program, but have a "hidden" setting to change the proxy and store it in the program, and push a copy of the file out across the network to each machine. I tried to make it so the proxy address can be saved as a string in My.Settings, but it would have to be made as a User setting rather than an application setting to give it read-write access.

The only other option I can think of is to hard-code the proxy address into the program, which really isn't ideal

Can anyone else shed any light on my problem?

Many thanks in advance
 
Back
Top