<?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: Adding Custom Tab into Toolbox of VS 2003 or 2005</title>
	<atom:link href="http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005</link>
	<description>Sharing our knowledge</description>
	<pubDate>Wed, 08 Oct 2008 00:01:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: ISSoft Develop Team</title>
		<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-219</link>
		<dc:creator>ISSoft Develop Team</dc:creator>
		<pubDate>Thu, 30 Aug 2007 07:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-219</guid>
		<description>We have developed a free tool avaliable at www.issoft.eu called "Component Installer" that will do this job and other things. Just check it out.</description>
		<content:encoded><![CDATA[<p>We have developed a free tool avaliable at <a href="http://www.issoft.eu" rel="nofollow">http://www.issoft.eu</a> called &#8220;Component Installer&#8221; that will do this job and other things. Just check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-206</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Fri, 06 Apr 2007 03:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-206</guid>
		<description>ya. Martin. actually, im also facing the same problem.. will let you know if i can come up with any solution..</description>
		<content:encoded><![CDATA[<p>ya. Martin. actually, im also facing the same problem.. will let you know if i can come up with any solution..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin B</title>
		<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-208</link>
		<dc:creator>Martin B</dc:creator>
		<pubDate>Thu, 05 Apr 2007 10:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-208</guid>
		<description>Hi Guys,

I too having the same problem as said by Van.

Any solutions plz?

Martin</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I too having the same problem as said by Van.</p>
<p>Any solutions plz?</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sync</title>
		<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-207</link>
		<dc:creator>Michael Sync</dc:creator>
		<pubDate>Sat, 31 Mar 2007 03:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-207</guid>
		<description>Here is the forum..
&lt;a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&#38;SiteID=1" rel="nofollow"&gt;Windows Presentation Foundation (WPF)  &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here is the forum..<br />
<a href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=119&amp;SiteID=1" rel="nofollow">Windows Presentation Foundation (WPF)  </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Van P. Nguyen</title>
		<link>http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-209</link>
		<dc:creator>Van P. Nguyen</dc:creator>
		<pubDate>Fri, 30 Mar 2007 17:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2006/06/26/adding-custom-tab-into-toolbox-of-vs-2003-or-2005#comment-209</guid>
		<description>Hi everyone,

I am facing the same problem with WPF controls.
I created a very simple WPF custom control by creating a Custom Control Library (WPF) project in the Visual Studio 2005. This control is just a wrapper of the button control. I compiled it successfully.
Then, I created a simple WPF Windows Application project in the Visual Studio 2005. Next, I tried to add my newly created WPF custom control into a tab of the toolbox of the newly created WPF Windows Application project through the "Choose Items ...". After browsing and selecting the appropriate DLL of the newly created WPF custom control, I got the following message:
"There are no components in '' that can be placed in the toolbox"
I also tried to add my WPF custom control in the same tab programmatically like others in using the ToolBox.Items.Add method. This famous method has returned a null object instead of the newly created toolbox item object without throwing any exception. Therefore, my custom control did not appear in that tab of the toolbox.

I was thinking that because all the WPF projects have to work with the Visual Studio 2005 Extensions for .Net Framework 3.0 including WPF, WCF. However, the integration beetween those extensions and the Visual Studio 2005 was'nt working properly as expected.

Does anyone have some idea about that to help me out.

Thanks a lot,

Van</description>
		<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>I am facing the same problem with WPF controls.<br />
I created a very simple WPF custom control by creating a Custom Control Library (WPF) project in the Visual Studio 2005. This control is just a wrapper of the button control. I compiled it successfully.<br />
Then, I created a simple WPF Windows Application project in the Visual Studio 2005. Next, I tried to add my newly created WPF custom control into a tab of the toolbox of the newly created WPF Windows Application project through the &#8220;Choose Items &#8230;&#8221;. After browsing and selecting the appropriate DLL of the newly created WPF custom control, I got the following message:<br />
&#8220;There are no components in &#8221; that can be placed in the toolbox&#8221;<br />
I also tried to add my WPF custom control in the same tab programmatically like others in using the ToolBox.Items.Add method. This famous method has returned a null object instead of the newly created toolbox item object without throwing any exception. Therefore, my custom control did not appear in that tab of the toolbox.</p>
<p>I was thinking that because all the WPF projects have to work with the Visual Studio 2005 Extensions for .Net Framework 3.0 including WPF, WCF. However, the integration beetween those extensions and the Visual Studio 2005 was&#8217;nt working properly as expected.</p>
<p>Does anyone have some idea about that to help me out.</p>
<p>Thanks a lot,</p>
<p>Van</p>
]]></content:encoded>
	</item>
</channel>
</rss>
