<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx</link><description>Give them a different AppId.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341710</link><pubDate>Mon, 20 Aug 2012 17:48:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341710</guid><dc:creator>Brian_EE</dc:creator><description>&lt;p&gt;@alegr1: A quick (your favorite search engine) search to get the complete URL to the old article, followed by a Wayback archive searc (at www.archive.org) yielded the following historical snapshot of the page you&amp;#39;re complaining about being missing:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://web.archive.org/web/20081014014731/http://support.microsoft.com/kb/282066"&gt;web.archive.org/.../282066&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wayback is your friend.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341710" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341431</link><pubDate>Sun, 19 Aug 2012 18:27:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341431</guid><dc:creator>alegr1</dc:creator><description>&lt;p&gt;[Um, no, that&amp;#39;s not what happened. Documentation links are filtered because the same code that does Start menu filtering also does Taskbar filtering. I like how you assume that something you don&amp;#39;t like is the result of a conspiracy. -Raymond]&lt;/p&gt;
&lt;p&gt;The KB 282066 was conveniently retired from circulation. Thanks, Microsoft, for deciding what we don&amp;#39;t need anymore. Meanwhile, MS DOS 5.0 articles are still there.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341431" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341328</link><pubDate>Sun, 19 Aug 2012 01:38:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341328</guid><dc:creator>Joshua</dc:creator><description>&lt;p&gt;If Microsoft hadn&amp;#39;t seriously messed-up their C libraries, I&amp;#39;d just build a native DLL to do the P/Invoke to COM inversion, but too bad really.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341328" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341255</link><pubDate>Sat, 18 Aug 2012 14:45:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341255</guid><dc:creator>Dave Bacher</dc:creator><description>&lt;p&gt;@joshua,&lt;/p&gt;
&lt;p&gt;Microsoft&amp;#39;s shell folks are deathly allergic to C#. &amp;nbsp;If they even use managed c++, they will have hives for a month. &amp;nbsp;As a result, typically all shell, dwm, etc. involves interop. &amp;nbsp;Additionally, the dev div guys have painted a line down the center of the hall, and if a shell guy crosses the line, then they run screaming to Ballmer. &amp;nbsp;It&amp;#39;s as annoying as the almost but not quite COM utilized by windows media that requires a wrapper library to work. &amp;nbsp;Some of these are available in the windows 7 API pack on codeplex (on my phone right now and can&amp;#39;t easily pull the URL), which is a volunteer effort by people on the API teams, as well as others, to cover managed code.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341255" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341198</link><pubDate>Sat, 18 Aug 2012 03:31:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341198</guid><dc:creator>Joshua</dc:creator><description>&lt;p&gt;OK Dumb Question: How do I set task button by API call rather than COM interop to some library that calls in 100MB of dependencies for .NET applications.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341198" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341125</link><pubDate>Fri, 17 Aug 2012 20:26:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341125</guid><dc:creator>Dave Bacher</dc:creator><description>&lt;p&gt;@voo,&lt;/p&gt;
&lt;p&gt;If you read through the examples -- Java and Silverlight, for example, each use a single executable to run multiple programs. &amp;nbsp;The program is determined by which JAR/XAP is loaded. &amp;nbsp;Going down that line, you have Python, Ruby, WSH, etc. that also work that way (one host app, but many different real applications running under it).&lt;/p&gt;
&lt;p&gt;Similarly, there are times when you might use multiple apps -- for example one way to deal with a hybrid console/windows app is to compile the app as a console app and compile the app as a Windows app, and have the console app launch the Windows app when required. &amp;nbsp;Or maybe you want to have a patcher that runs before a game, etc.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341125" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341097</link><pubDate>Fri, 17 Aug 2012 19:31:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341097</guid><dc:creator>David Walker</dc:creator><description>&lt;p&gt;For anyone who doesn&amp;#39;t like grouped icons, remember that a two-row-high taskbar gives you a lot more room for taskbar icons. &amp;nbsp;I set the option to disallow grouping completely, and I like it that way.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341097" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341076</link><pubDate>Fri, 17 Aug 2012 18:24:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341076</guid><dc:creator>alegr1</dc:creator><description>&lt;p&gt;There was a manager who decided: &amp;quot;Users should never be able to pin SDK/DDK documentation viewer on the taskbar.&amp;quot; So he applied all his influence to make a special case for a shortcut with &amp;quot;Documentation&amp;quot; in it. Never mind -100 points. I guess they have things they could use to bully devs around at MS.&lt;/p&gt;
&lt;div class="post"&gt;[&lt;i&gt;Um, no, that&amp;#39;s not what happened. Documentation links are filtered because &lt;a href="http://blogs.msdn.com/b/oldnewthing/archive/2007/06/15/3301004.aspx"&gt;the same code that does Start menu filtering also does Taskbar filtering&lt;/a&gt;. I like how you assume that something you don&amp;#39;t like is the result of a conspiracy. -Raymond&lt;/i&gt;]&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341076" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341041</link><pubDate>Fri, 17 Aug 2012 16:56:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341041</guid><dc:creator>Adrian</dc:creator><description>&lt;p&gt;I wish the grouping behavior was more directly under control of the user.&lt;/p&gt;
&lt;p&gt;Many applications today are web-based. &amp;nbsp;I see no reason why the browser instance I have open for email (er, webmail) should be glommed to the browser instance where I do my MSDN searches, the one I use for accessing the bug database, or the one where I read blogs during long compiles. &amp;nbsp;The only way to handle this today is to use a different browser for each task.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341041" width="1" height="1"&gt;</description></item><item><title>re: What if my application is really two applications bundled into a single file, and I want them collected into two groups on the taskbar in Windows 7?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2012/08/17/10340743.aspx#10341036</link><pubDate>Fri, 17 Aug 2012 16:47:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10341036</guid><dc:creator>BZ</dc:creator><description>&lt;p&gt;I think some web browsers segregate developer windows from actual web pages in this way.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10341036" width="1" height="1"&gt;</description></item></channel></rss>