<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotneteers.net/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>LearnVSXNow! #7 - Creating our first toolset — Finishing the sample</title><link>http://dotneteers.net/blogs/divedeeper/archive/2008/01/18/LearnVSXNowPart7.aspx</link><description>In the previous post we started to set up our sample: we added a command menu function to an empty package while discovering the Visual Studio Command Table file, its role and usage. In this post we go on with this sample and add a tool window by hand</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: LearnVSXNow! #7 - Creating our first toolset — Finishing the sample</title><link>http://dotneteers.net/blogs/divedeeper/archive/2008/01/18/LearnVSXNowPart7.aspx#561</link><pubDate>Sat, 07 Feb 2009 20:05:10 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:561</guid><dc:creator>Cristian Prieto</dc:creator><description>&lt;p&gt;Just remember, the only icon format supported for the Window Icon in the VSPackage.resx file is the bmp format, no png, no ico, etc...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=561" width="1" height="1"&gt;</description></item><item><title>re: LearnVSXNow! #7 - Creating our first toolset — Finishing the sample</title><link>http://dotneteers.net/blogs/divedeeper/archive/2008/01/18/LearnVSXNowPart7.aspx#265</link><pubDate>Fri, 19 Sep 2008 14:04:56 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:265</guid><dc:creator>inovak</dc:creator><description>&lt;p&gt;Hi Eyal, &lt;/p&gt;
&lt;p&gt;Thanks for you comment!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=265" width="1" height="1"&gt;</description></item><item><title>re: LearnVSXNow! #7 - Creating our first toolset — Finishing the sample</title><link>http://dotneteers.net/blogs/divedeeper/archive/2008/01/18/LearnVSXNowPart7.aspx#264</link><pubDate>Thu, 18 Sep 2008 15:10:32 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:264</guid><dc:creator>Eyal Kobrigo</dc:creator><description>&lt;p&gt;In the expable above there is a mistake (in CalculateToolWindow ) instead of:&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;[ProvideToolWindow(typeof(CalculateToolWindow))]&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;public sealed class StartupToolsetPackage : Package { ... }&lt;/p&gt;
&lt;p&gt;there should be&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;[ProvideToolWindow(typeof(CalculationToolWindow))]&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;public sealed class StartupToolsetPackage : Package { ... }&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=264" width="1" height="1"&gt;</description></item></channel></rss>