is it possible to use two web browser controls with different proxies without writing the registry.
or there might be any solution ?
Actually I think that writing the registry is the only way because WebBrowser
creates an instance of Internet Explorer, so you have to change IE settings modifying the registry.
If you don't want to change actual configuration you could store proxy address, modify it with yours and then restore it when the application closes.