<?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: Manipulating Taskbar Buttons</title>
	<atom:link href="http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/</link>
	<description>Slightly Advanced Computer Stuff (and some magic)</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-33345</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-33345</guid>
		<description>If you want something you can &lt;em&gt;use&lt;/em&gt;, &lt;a href=&quot;http://nerdcave.webs.com/&quot; rel=&quot;nofollow&quot;&gt;Taskbar Shuffle&lt;/a&gt; looks like it could do the job. If you want to &lt;em&gt;program your own&lt;/em&gt; application to move the tray icons, I don&#039;t have any useful suggestions for you.</description>
		<content:encoded><![CDATA[<p>If you want something you can <em>use</em>, <a href="http://nerdcave.webs.com/" rel="nofollow">Taskbar Shuffle</a> looks like it could do the job. If you want to <em>program your own</em> application to move the tray icons, I don&#8217;t have any useful suggestions for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayapal Chandran</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-33337</link>
		<dc:creator>Jayapal Chandran</dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-33337</guid>
		<description>Hi,
I was searching for a long time to manipulate the system tray icons same like the above. Could you drop some references if you have?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I was searching for a long time to manipulate the system tray icons same like the above. Could you drop some references if you have?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-12166</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 03 Jul 2008 12:15:17 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-12166</guid>
		<description>Probably not :P</description>
		<content:encoded><![CDATA[<p>Probably not <img src='http://w-shadow.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elton</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-12165</link>
		<dc:creator>Elton</dc:creator>
		<pubDate>Thu, 03 Jul 2008 11:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-12165</guid>
		<description>Hi

Can anybody supply me with a fulle working demo code project on grouping buttons of different applications on the Windows taskbar? 
I&#039;m using Delphi 6.

Thanks in advance
Elton</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Can anybody supply me with a fulle working demo code project on grouping buttons of different applications on the Windows taskbar?<br />
I&#8217;m using Delphi 6.</p>
<p>Thanks in advance<br />
Elton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-11510</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Tue, 11 Mar 2008 17:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-11510</guid>
		<description>Eh, I think I&#039;d need to re-read and re-research it all to be able to update this article. I haven&#039;t done anything of this kind for a long time, mostly focused on web programming now.</description>
		<content:encoded><![CDATA[<p>Eh, I think I&#8217;d need to re-read and re-research it all to be able to update this article. I haven&#8217;t done anything of this kind for a long time, mostly focused on web programming now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Andrew Ditthardt</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-11509</link>
		<dc:creator>Robert Andrew Ditthardt</dc:creator>
		<pubDate>Tue, 11 Mar 2008 16:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-11509</guid>
		<description>typedef struct tagNMTOOLBAR {
        NMHDR          hdr;
        //Command identifier of the button 
        //associated with the notification
        int            iItem;
        TBBUTTON       tbButton;
        int            cchText;
        LPTSTR         pszText;
        RECT           rcButton; //Version 5.80
} NMTOOLBAR, FAR* LPNMTOOLBAR;

My coworker found this while trying to prove me wrong about MS&#039; documentation on this subject. He succeeded in proving me wrong about the point I was trying to make, but at the same time proved the larger issue of MS documentation sucking right =P

This is the dwData structure in the TTBButtonInfo when talking about the taskbar, it says user defined because it really is...user defined. It can be any type of structure but by default it is an NMTOOLBAR for explorer.exe&#039;s taskbar.

As a sidenote, please update this guide. It has been invalueable for me in writing an app I&#039;m working on right now, and I&#039;m sure it will be for anyone else.</description>
		<content:encoded><![CDATA[<p>typedef struct tagNMTOOLBAR {<br />
        NMHDR          hdr;<br />
        //Command identifier of the button<br />
        //associated with the notification<br />
        int            iItem;<br />
        TBBUTTON       tbButton;<br />
        int            cchText;<br />
        LPTSTR         pszText;<br />
        RECT           rcButton; //Version 5.80<br />
} NMTOOLBAR, FAR* LPNMTOOLBAR;</p>
<p>My coworker found this while trying to prove me wrong about MS&#8217; documentation on this subject. He succeeded in proving me wrong about the point I was trying to make, but at the same time proved the larger issue of MS documentation sucking right =P</p>
<p>This is the dwData structure in the TTBButtonInfo when talking about the taskbar, it says user defined because it really is&#8230;user defined. It can be any type of structure but by default it is an NMTOOLBAR for explorer.exe&#8217;s taskbar.</p>
<p>As a sidenote, please update this guide. It has been invalueable for me in writing an app I&#8217;m working on right now, and I&#8217;m sure it will be for anyone else.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: White Shadow</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-9128</link>
		<dc:creator>White Shadow</dc:creator>
		<pubDate>Thu, 01 Nov 2007 17:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-9128</guid>
		<description>Hey Ramkey, 

Nope, sorry. I don&#039;t usually program in VC++. 

There might be something in &lt;a href=&#039;http://msdn.microsoft.com/&#039; rel=&quot;nofollow&quot;&gt;MSDN&lt;/a&gt; that you could use.</description>
		<content:encoded><![CDATA[<p>Hey Ramkey, </p>
<p>Nope, sorry. I don&#8217;t usually program in VC++. </p>
<p>There might be something in <a href='http://msdn.microsoft.com/' rel="nofollow">MSDN</a> that you could use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramkey</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-9123</link>
		<dc:creator>Ramkey</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-9123</guid>
		<description>Hi White Shadow,

Nice article! Do you have any sample code in VC++ to retrieve Button Title &amp; Setting New Button Title. I am currently customizing a Microsoft Management Console and want to change a few Menu items.

Thanks in Advance!
Ramkey</description>
		<content:encoded><![CDATA[<p>Hi White Shadow,</p>
<p>Nice article! Do you have any sample code in VC++ to retrieve Button Title &amp; Setting New Button Title. I am currently customizing a Microsoft Management Console and want to change a few Menu items.</p>
<p>Thanks in Advance!<br />
Ramkey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafbeassy</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-7235</link>
		<dc:creator>Rafbeassy</dc:creator>
		<pubDate>Wed, 03 Oct 2007 06:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-7235</guid>
		<description>+à+++à+Õ+à+Æ+à+Õ+àòÄÖ]+àòÀÝ+à+</description>
		<content:encoded><![CDATA[<p>+à+++à+Õ+à+Æ+à+Õ+àòÄÖ]+àòÀÝ+à+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valleyman86</title>
		<link>http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/comment-page-1/#comment-2861</link>
		<dc:creator>valleyman86</dc:creator>
		<pubDate>Wed, 27 Jun 2007 16:48:20 +0000</pubDate>
		<guid isPermaLink="false">http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/#comment-2861</guid>
		<description>Thanks a ton. Your article has been invaluable to me.</description>
		<content:encoded><![CDATA[<p>Thanks a ton. Your article has been invaluable to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
