<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: IE7 Advanced toolbar buttons</title>
	<link>http://yousef.dardiry.com/ie7-advanced-toolbar-buttons/</link>
	<description></description>
	<pubDate>Tue, 02 Dec 2008 06:31:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>

	<item>
		<title>by: John</title>
		<link>http://yousef.dardiry.com/ie7-advanced-toolbar-buttons/#comment-1811</link>
		<pubDate>Mon, 22 Oct 2007 16:06:45 +0000</pubDate>
		<guid>http://yousef.dardiry.com/ie7-advanced-toolbar-buttons/#comment-1811</guid>
					<description>Hi, i was interested in implementing this functionality for myself and found your website which is very insightful. I'm trying to convert it to C++ which doesn't seem to complicated (thanks for the well laid out code) but i'm struggling with the message bits. 

You aren't entirely clear on what windows i need to be subclassing. From some invesigation work, i'm assuming the toolbar window is of class type "ToolbarWindow32" and i've guessed its direct parent window is the "parent". However, i don't get the TB_ADDBUTTONS message or the TBN_GETBUTTONINFO message so my button is never added to the window.

Any suggestions

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, i was interested in implementing this functionality for myself and found your website which is very insightful. I&#8217;m trying to convert it to C++ which doesn&#8217;t seem to complicated (thanks for the well laid out code) but i&#8217;m struggling with the message bits. </p>
<p>You aren&#8217;t entirely clear on what windows i need to be subclassing. From some invesigation work, i&#8217;m assuming the toolbar window is of class type &#8220;ToolbarWindow32&#8243; and i&#8217;ve guessed its direct parent window is the &#8220;parent&#8221;. However, i don&#8217;t get the TB_ADDBUTTONS message or the TBN_GETBUTTONINFO message so my button is never added to the window.</p>
<p>Any suggestions</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark</title>
		<link>http://yousef.dardiry.com/ie7-advanced-toolbar-buttons/#comment-1241</link>
		<pubDate>Sun, 09 Sep 2007 05:48:52 +0000</pubDate>
		<guid>http://yousef.dardiry.com/ie7-advanced-toolbar-buttons/#comment-1241</guid>
					<description>Hi Youssef,

I implemented the code as you described above, but there seems to be a flaw. The button only shows up on the drop down list after clicking the chevron, and not in the main toolbar. Strange, is it not? Perhaps the number of items in the internet explorer count of toolbar items does not match the actual toolbar items because a rogue item was inserted? What do you think? Any chance of making the full source code available?</description>
		<content:encoded><![CDATA[<p>Hi Youssef,</p>
<p>I implemented the code as you described above, but there seems to be a flaw. The button only shows up on the drop down list after clicking the chevron, and not in the main toolbar. Strange, is it not? Perhaps the number of items in the internet explorer count of toolbar items does not match the actual toolbar items because a rogue item was inserted? What do you think? Any chance of making the full source code available?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
