<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>My Pool &#187; Win32 develop</title>
	<atom:link href="http://www.hlouis.com/category/develop/win32-develop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hlouis.com</link>
	<description>Help, I can&#039;t swimming......</description>
	<lastBuildDate>Tue, 04 May 2010 15:27:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to detect proxy setting</title>
		<link>http://www.hlouis.com/develop/how-to-detect-proxy-setting/</link>
		<comments>http://www.hlouis.com/develop/how-to-detect-proxy-setting/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 05:21:08 +0000</pubDate>
		<dc:creator>Louis</dc:creator>
				<category><![CDATA[Develop]]></category>
		<category><![CDATA[Win32 develop]]></category>

		<guid isPermaLink="false">http://www.guidemarvin.com/mypool/index.php/develop-note/how-to-detect-proxy-setting/</guid>
		<description><![CDATA[How to get your windows proxy setting under Internet explorer?
If you config your proxy setting by IE, the proxy information will be stored in the registry,  you can read it directly, but it&#8217;s not recommended, because of M$ maybe will change it&#8230;..
There are three way to achieve the goal:

Use the InternetQueryOption under the Windows [...]]]></description>
			<content:encoded><![CDATA[<p>How to get your windows proxy setting under Internet explorer?</p>
<p>If you config your proxy setting by IE, the proxy information will be stored in the registry,  you can read it directly, but it&#8217;s not recommended, because of M$ maybe will change it&#8230;..</p>
<p>There are three way to achieve the goal:</p>
<ol>
<li><strong>Use the InternetQueryOption under the Windows Internet</strong></li>
</ol>
<p>This function is compatible with all most windows platform since windows 95, so I recommended this way, but in this way, if user config to use auto proxy, you can&#8217;t get the proxy server information, but only the user choice.</p>
<p><a href="http://www.guidemarvin.com/mypool/files/ProxyDetect/ProxyTest.rar">Here is the sample project and demo console program</a></p>
<ol>
<li><strong>Use the WinHTTPGetProxyForUrl under the WinHTTP services</strong></li>
<li><strong>Use the Auto proxy functions under the Windows internet<br />
</strong></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.hlouis.com/develop/how-to-detect-proxy-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
