<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making an IE toolbar button: Notes to self (from hell)</title>
	<atom:link href="http://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Gyorgy</title>
		<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/comment-page-1/#comment-1258</link>
		<dc:creator>Gyorgy</dc:creator>
		<pubDate>Tue, 09 May 2017 09:10:15 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=158#comment-1258</guid>
		<description>Hello there,

My task is to implement the IOleCommandTarget if to a CDialog (VS2010, MFC), because that dialog holds a IWebBrowser2 control, and that IE control can&#039;t handle some javascript errors. I think I have to suppress error messages which comes from the js engine. 
The site which my code have to show is so buggy. But If I browse it in IE, IE works well, seems to me it just don&#039;t care and go ahead on exceptions.

So I must implemet IOleCommandTarget on a CDialog. I found this article, seems to me close to my task. But unfortunately the sources on this page is not complete. ie. the junkie.h has some strange #include.... 
Would you be so kind to put the whole codes here?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>My task is to implement the IOleCommandTarget if to a CDialog (VS2010, MFC), because that dialog holds a IWebBrowser2 control, and that IE control can&#8217;t handle some javascript errors. I think I have to suppress error messages which comes from the js engine.<br />
The site which my code have to show is so buggy. But If I browse it in IE, IE works well, seems to me it just don&#8217;t care and go ahead on exceptions.</p>
<p>So I must implemet IOleCommandTarget on a CDialog. I found this article, seems to me close to my task. But unfortunately the sources on this page is not complete. ie. the junkie.h has some strange #include&#8230;.<br />
Would you be so kind to put the whole codes here?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smithe765</title>
		<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/comment-page-1/#comment-1017</link>
		<dc:creator>Smithe765</dc:creator>
		<pubDate>Thu, 23 Oct 2014 05:10:04 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=158#comment-1017</guid>
		<description>Hello there! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept talking about this. I will forward this page to him. Fairly certain he will have a good read. Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Hello there! This post could not be written any better! Reading this post reminds me of my good old room mate! He always kept talking about this. I will forward this page to him. Fairly certain he will have a good read. Thank you for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hopan</title>
		<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/comment-page-1/#comment-847</link>
		<dc:creator>hopan</dc:creator>
		<pubDate>Tue, 19 Feb 2013 07:50:28 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=158#comment-847</guid>
		<description>Thank for your post !
I got a trouble with the button that, it is disabled after fist clicked. Found out that because my empty implement of QueryStatus, i just return s_ok. But your code work fine :D.
Thank again.</description>
		<content:encoded><![CDATA[<p>Thank for your post !<br />
I got a trouble with the button that, it is disabled after fist clicked. Found out that because my empty implement of QueryStatus, i just return s_ok. But your code work fine :D.<br />
Thank again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating an Internet Explorer Add-in Toolbar Button using C++ and ATL &#183; All About Computer</title>
		<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/comment-page-1/#comment-482</link>
		<dc:creator>Creating an Internet Explorer Add-in Toolbar Button using C++ and ATL &#183; All About Computer</dc:creator>
		<pubDate>Tue, 22 Feb 2011 15:06:53 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=158#comment-482</guid>
		<description>[...] I would have been dead in the water if not for  this excellent post from 2009 from Eli Billauer. Eli also has great information on building a setup project, which you&#8217;ll need if you want to [...]</description>
		<content:encoded><![CDATA[<p>[...] I would have been dead in the water if not for  this excellent post from 2009 from Eli Billauer. Eli also has great information on building a setup project, which you&#8217;ll need if you want to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>https://billauer.se/blog/2009/05/making-ie-internet-explorer-toolbar-button-setup/comment-page-1/#comment-481</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 22 Feb 2011 04:19:25 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=158#comment-481</guid>
		<description>I was writing up my own post on how to create an IE extension (to be completed tonight, hopefully). My C++ has slightly more rust than a garden tractor left out in the field for a century, so this post helped me a good bit.

Sorry for your pain. I&#039;ll see if we can do something about that particular MSDN entry.

Pete
Microsoft Community Program Manager</description>
		<content:encoded><![CDATA[<p>I was writing up my own post on how to create an IE extension (to be completed tonight, hopefully). My C++ has slightly more rust than a garden tractor left out in the field for a century, so this post helped me a good bit.</p>
<p>Sorry for your pain. I&#8217;ll see if we can do something about that particular MSDN entry.</p>
<p>Pete<br />
Microsoft Community Program Manager</p>
]]></content:encoded>
	</item>
</channel>
</rss>
