<?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>Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx</link><description>I have been able to get some code from one of my colleagues and Extensibility support specialist, Ed Dore, that may help with the Toolbox control installation in Visual Studio 2005. I must remind you that the code that I post here comes with a Disclaimer</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Adding controls to Visual Studio Toolbox</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#541284</link><pubDate>Wed, 01 Mar 2006 18:18:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:541284</guid><dc:creator>Atanas Korchev</dc:creator><description>&lt;br&gt;The Problem&lt;br&gt;As Rumen said, adding controls to Visual Studio toolbox&amp;amp;amp;nbsp;can be a tedious procedure....</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#620808</link><pubDate>Wed, 07 Jun 2006 17:35:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:620808</guid><dc:creator>JocularJoe</dc:creator><description>I tried this and it seems to work, but it looks like black magic. &amp;nbsp;&lt;br&gt;Can you point to any resources describing the reasons for the CoRegisterMessageFilter and the creation of a dummy project?&lt;br&gt;None of that was necessary in VS.NET 2003.</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#622202</link><pubDate>Thu, 08 Jun 2006 17:03:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:622202</guid><dc:creator>JocularJoe</dc:creator><description>I have adapted the above code with some changes to make it more robust into a couple of classes which can be called from an Installer run from a Custom Action in a Setup project.&lt;br&gt;One problem I hit is that custom actions in an MSI seem to be run on an MTA thread - and CoRegisterMessageFilter only works on an STA thread. &amp;nbsp;The fix was to spawn an STA worker thread. &amp;nbsp;I can supply the source if anyone's interested.</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#623859</link><pubDate>Fri, 09 Jun 2006 17:54:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:623859</guid><dc:creator>chimera</dc:creator><description>This doesn't seem to work with custom web control dll's? Is that correct?&lt;br&gt;&lt;br&gt;If so, do you know how to install them in the toolkit?</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#658213</link><pubDate>Thu, 06 Jul 2006 22:50:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:658213</guid><dc:creator>BourqueJ</dc:creator><description>Thanks, that worked great! One question tough, I am having trouble getting the code to work with the Express versions of Visual Studio, any idea? &lt;br&gt;&lt;br&gt;Thanks.</description></item><item><title>Can i choose tab name when adding from visual studio</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#751174</link><pubDate>Wed, 13 Sep 2006 01:05:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:751174</guid><dc:creator>esala;</dc:creator><description>Hello,&lt;br&gt;&lt;br&gt;I'm working with c# .net 2 &lt;br&gt;&lt;br&gt;I'm a part of a gui team, we create and update controls that are used in our projects.&lt;br&gt;&lt;br&gt;since we update them frequently, we don't want to create deploy each time.&lt;br&gt;&lt;br&gt;My question is, can i determine the default tab to add my controls when adding them using right mouse button --&amp;gt; add... on the toolbox?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Eran.</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#1657224</link><pubDate>Mon, 12 Feb 2007 07:17:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1657224</guid><dc:creator>benoit.drapeau</dc:creator><description>&lt;p&gt;You made my day. Your code work like a charm, at least with my configuration (Windows XP Professionnal, Visual Studio 2005 Professional with SP1) and adding custom web controls.&lt;/p&gt;
&lt;p&gt;Thanks a lot&lt;/p&gt;
&lt;p&gt;Benoit&lt;/p&gt;
</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#1985217</link><pubDate>Thu, 29 Mar 2007 10:14:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1985217</guid><dc:creator>karthika</dc:creator><description>&lt;p&gt;Hello Joe, &lt;/p&gt;
&lt;p&gt;I am graduate student trying to create an installer project to install the custom controls and was wondering if you could share some ideas on how you created one. Also, could someone tell me why we need to create a temporary winform project? &lt;/p&gt;
&lt;p&gt;Thanks for your help!&lt;/p&gt;
&lt;p&gt;Kate&lt;/p&gt;
&lt;p&gt;&amp;gt;Thursday, June 08, 2006 10:03 AM by &amp;gt;JocularJoe &lt;/p&gt;
&lt;p&gt;&amp;gt;# re: Code to install Community Toolbox &amp;gt;Controls &lt;/p&gt;
&lt;p&gt;&amp;gt;I have adapted the above code with some &amp;gt;changes to make it more robust into a couple &amp;gt;of classes which can be called from an &amp;gt;Installer run from a Custom Action in a Setup &amp;gt;project. &lt;/p&gt;
&lt;p&gt;&amp;gt;One problem I hit is that custom actions in &amp;gt;an MSI seem to be run on an MTA thread - and &amp;gt;CoRegisterMessageFilter only works on an STA &amp;gt;thread. &amp;nbsp;The fix was to spawn an STA worker &amp;gt;thread. &amp;nbsp;I can supply the source if anyone's &amp;gt;interested. &lt;/p&gt;
</description></item><item><title>re: Code to install Community Toolbox Controls</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#6545259</link><pubDate>Tue, 27 Nov 2007 10:42:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6545259</guid><dc:creator>sdadept</dc:creator><description>&lt;p&gt;karthika, I'd like to see that. &amp;nbsp;I'm having problems calling a program created with this from an msi install custom action. &amp;nbsp;Email me at sd_adept at the address of hotmail.com. &amp;nbsp;Or if you could post a link to your work.&lt;/p&gt;
</description></item><item><title>Compiling projects from your app? | keyongtech</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#9363246</link><pubDate>Thu, 22 Jan 2009 08:34:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9363246</guid><dc:creator>Compiling projects from your app? | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/2406543-compiling-projects-from-your-app"&gt;http://www.keyongtech.com/2406543-compiling-projects-from-your-app&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Chetan Chudasama s Weblog Code to install Community Toolbox Controls | debt consolidator</title><link>http://blogs.msdn.com/chetanc/archive/2006/01/19/515016.aspx#9754837</link><pubDate>Mon, 15 Jun 2009 22:48:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9754837</guid><dc:creator> Chetan Chudasama s Weblog Code to install Community Toolbox Controls | debt consolidator</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mydebtconsolidator.info/story.php?id=18869"&gt;http://mydebtconsolidator.info/story.php?id=18869&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>