Article ID: 2563548 - Last Review: June 24, 2011 - Revision: 1.0 How to make the WebBrowser control use a proxy server
On This PageINTRODUCTIONThis article describes an All-In-One Code Framework sample that is available for download. The sample demonstrates how to make the WebBrowser control use a proxy server.
Difficulty level
Collapse this image ![]() Download informationTo download this code sample, click one of the following links:Technical overviewIn Internet Explorer 5 and later versions of Internet Explorer 5, Internet options can be set on a specific connection and process. For example, Internet options can be set on the LAN connection or on the ADSL connection. Wininet.dll component contains the following four extern methods to set and retrieve Internet settings:
Sample overviewTechnology category
LanguagesThis code sample is available in the following programming languages:Collapse this table
PrerequisitesThis sample application is developed by using Microsoft Visual Studio 2010 and Microsoft .NET Framework 4.ReferencesFor more information the InternetSetOption function, visit the following MSDN website:General information the InternetSetOption function
(http://msdn.microsoft.com/en-us/library/aa385114(VS.85).aspx)
For more information the InternetQueryOption function, visit the following MSDN website:General information the InternetQueryOption function
(http://msdn.microsoft.com/en-us/library/aa385101(VS.85).aspx)
For more information the INTERNET_PER_CONN_OPTION structure, visit the following MSDN website:General information the INTERNET_PER_CONN_OPTION structure
(http://msdn.microsoft.com/en-us/library/aa385145(VS.85).aspx)
For more information how to set and retrieve Internet options, visit the following MSDN website:How to set and retrieve Internet options
(http://msdn.microsoft.com/en-us/library/aa385384(VS.85).aspx)
MORE INFORMATIONWhat is All-In-One Code Framework?
All-In-One Code Framework shows most Microsoft development techniques by using code samples in different programming languages. Each example is carefully selected, composed, and documented to show one common code scenario. For more information about All-In-One Code Framework, visit the following Microsoft website:
http://1code.codeplex.com
(http://1code.codeplex.com/)
How to find more All-In-One Code Framework samplesTo find more All-In-One Code Framework samples, search for "kbcodefx" together with related keywords on the Microsoft support Web site. Or, visit the following Microsoft website:All-In-One Code Framework samples
(http://support.microsoft.com/search/default.aspx?query=kbcodefx)
Rapid publishing disclaimerMicrosoft corporation and/or its respective suppliers make no representations about the suitability, reliability, or accuracy of the information and related graphics contained herein. All such information and related graphics are provided "as is" without warranty of any kind. Microsoft and/or its respective suppliers hereby disclaim all warranties and conditions with regard to this information and related graphics, including all implied warranties and conditions of merchantability, fitness for a particular purpose, workmanlike effort, title and non-infringement. You specifically agree that in no event shall Microsoft and/or its suppliers be liable for any direct, indirect, punitive, incidental, special, consequential damages or any damages whatsoever including, without limitation, damages for loss of use, data or profits, arising out of or in any way connected with the use of or inability to use the information and related graphics contained herein, whether based on contract, tort, negligence, strict liability or otherwise, even if Microsoft or any of its suppliers has been advised of the possibility of damages.Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.
| Other Resources Other Support Sites
Community |






Windows Live
Facebook
Twitter
Linkedin
Digg it
Yahoo
Delicious
StumbleUpon
Yammer
Reddit
Technorati
FriendFeed
Email
Back to the top


