<?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"
	>
<channel>
	<title>Comments on: Dynamic Menu Commands in Visual Studio Packages - Part 2</title>
	<atom:link href="http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/</link>
	<description>A Developer's Melting Pot</description>
	<pubDate>Fri, 21 Nov 2008 12:57:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Peter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-619</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 29 Jul 2008 14:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-619</guid>
		<description>Hi
Thanks, I saw it in the sample project. 
Very nice post by the way. 
It has been of immeasurable help to me.
Regards.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Thanks, I saw it in the sample project.<br />
Very nice post by the way.<br />
It has been of immeasurable help to me.<br />
Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David DeWinter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-617</link>
		<dc:creator>David DeWinter</dc:creator>
		<pubDate>Tue, 29 Jul 2008 04:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-617</guid>
		<description>Peter, please accept my apologies. You need to reference the GUID and CmdID from a GuidSymbol element at the bottom of the VSCT file. I've updated my post to reflect that.

The associated solution (link at the bottom of the post) also demonstrates this.</description>
		<content:encoded><![CDATA[<p>Peter, please accept my apologies. You need to reference the GUID and CmdID from a GuidSymbol element at the bottom of the VSCT file. I&#8217;ve updated my post to reflect that.</p>
<p>The associated solution (link at the bottom of the post) also demonstrates this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-613</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 29 Jul 2008 01:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-613</guid>
		<description>Hi
I was very interested in your excellent article.
However, I have been having some issues with the second part, that is adding the context menu item for
a particular file type.

From the article:
Piece of cake! We can now change the Group element’s parent to look like this, and we’re well on our way: (It is probably a better idea to put the GUID and ID inside the Symbols element so it can re-referenced more easily.)


  


I get an error that complains about the Parent guid and id. 
Am I missing something obvious?

Regards</description>
		<content:encoded><![CDATA[<p>Hi<br />
I was very interested in your excellent article.<br />
However, I have been having some issues with the second part, that is adding the context menu item for<br />
a particular file type.</p>
<p>From the article:<br />
Piece of cake! We can now change the Group element’s parent to look like this, and we’re well on our way: (It is probably a better idea to put the GUID and ID inside the Symbols element so it can re-referenced more easily.)</p>
<p>I get an error that complains about the Parent guid and id.<br />
Am I missing something obvious?</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LearnVSXNow! #18 - Advanced VSCT concepts - DiveDeeper blog</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-215</link>
		<dc:creator>LearnVSXNow! #18 - Advanced VSCT concepts - DiveDeeper blog</dc:creator>
		<pubDate>Wed, 16 Apr 2008 22:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-215</guid>
		<description>[...] Before going again into the structure of .vsct files I would like to turn your attention to David DeWinter’s blog. David wrote two great articles on creating dynamic menus in VS. You can find them here: Part #1 and Part #2. [...]</description>
		<content:encoded><![CDATA[<p>[...] Before going again into the structure of .vsct files I would like to turn your attention to David DeWinter’s blog. David wrote two great articles on creating dynamic menus in VS. You can find them here: Part #1 and Part #2. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David DeWinter &#187; Blog Archive &#187; Dynamic Menu Commands in Visual Studio Packages - Part 3</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-214</link>
		<dc:creator>David DeWinter &#187; Blog Archive &#187; Dynamic Menu Commands in Visual Studio Packages - Part 3</dc:creator>
		<pubDate>Sun, 06 Apr 2008 01:37:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-214</guid>
		<description>[...] Part 2 - Discusses the use of the BeforyQueryStatus event to provide more flexibility than built-in UI contexts. [...]</description>
		<content:encoded><![CDATA[<p>[...] Part 2 - Discusses the use of the BeforyQueryStatus event to provide more flexibility than built-in UI contexts. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DiveDeeper</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/03/22/dynamic-menu-commands-in-visual-studio-packages-part-2/#comment-213</link>
		<dc:creator>DiveDeeper</dc:creator>
		<pubDate>Mon, 24 Mar 2008 07:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/?p=72#comment-213</guid>
		<description>I like this article putting together the pieces of elements for dynamic menus. It seems that we are going along the same track. I have just discovered ProvideAutoLoad attribute (due to the search for hooking solution events) on the day you have published your blog. Thanks for this great article!</description>
		<content:encoded><![CDATA[<p>I like this article putting together the pieces of elements for dynamic menus. It seems that we are going along the same track. I have just discovered ProvideAutoLoad attribute (due to the search for hooking solution events) on the day you have published your blog. Thanks for this great article!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
