Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 3rd, 2007, 06:55 AM
Registered User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Webbrowser control

Hi everyone,
I am currently working on a windows application that needs to get bug fixes and other updates online. I want the users to only access this updates on a website that is dedicated to this purpose and I want them to access it through this control.
The users are in a networked environment and share the internet through a proxy. However I couldn't navigate the site because of the proxy.
Is there anything I can do to by pass it or set the proxy to my control?
Thanks

 
Old March 2nd, 2010, 01:10 PM
Friend of Wrox
 
Join Date: Dec 2008
Posts: 238
Thanks: 2
Thanked 20 Times in 19 Posts
Default

WebBrowser control is really an instance of your IE, as long as you have proxy properly configured in IE, that's what WebBrowser takes. There is nothing extra to be set up for WebBrowser to go through proxy. Try to turn off and on proxy from IE and run your program, you will see how the setting impacts your program.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Some doubts about WebBrowser Control Xc0d C# 2005 4 November 5th, 2007 11:31 AM
Loading HTML into WebBrowser control osemollie Pro VB Databases 7 August 17th, 2006 03:12 PM
Implement of Interface of webbrowser control vickyj Visual C++ 0 January 18th, 2006 07:15 AM
change page encoding in WebBrowser ActiveX control alexxx_ltd Visual C++ 2 December 16th, 2004 07:08 PM
WebBrowser control atingoldy Beginning VB 6 1 June 16th, 2003 06:00 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.