<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating and deploying Managed COM add-ins with VB.NET 2005 &#8211; Part VI</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ]-[eaton</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/#comment-21871</link>
		<dc:creator>]-[eaton</dc:creator>
		<pubDate>Sat, 16 Dec 2006 17:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1474#comment-21871</guid>
		<description>&lt;p&gt;hi all&lt;br&gt;
im new to this kind of stuff&lt;/p&gt;
&lt;p&gt;i wanna know how to track a label in a webpage, and to fill the textbox with some given text using automation&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi all<br />
im new to this kind of stuff</p>
<p>i wanna know how to track a label in a webpage, and to fill the textbox with some given text using automation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: XL-Dennis</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/#comment-20630</link>
		<dc:creator>XL-Dennis</dc:creator>
		<pubDate>Thu, 17 Aug 2006 10:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1474#comment-20630</guid>
		<description>&lt;p&gt;Mike,&lt;/p&gt;
&lt;p&gt;Thanks again for Your kind feedback. &lt;/p&gt;
&lt;p&gt;As You know my first language is not English and I&#039;m Mr &#039;Nobody&#039; when it comes to names on books.  &lt;/p&gt;
&lt;p&gt;In addition,I expect that the regular Excel authors will in their upcoming books cover:&lt;br&gt;
- Guidelines about the new technologies&lt;br&gt;
- Unmanaged COM add-ins / Managed COM add-ins / Manifest based VSTO managed add-ins&lt;br&gt;
- The transition from VBA to .NET / VSTO&lt;br&gt;
- The integration of Excel 2007 and SQL Server 2005 from a .NET/VSTO perspective.&lt;/p&gt;
&lt;p&gt;Ross,&lt;/p&gt;
&lt;p&gt;Thanks again for Your kind feedback.&lt;/p&gt;
&lt;p&gt;VB Fusion is a hybrid and as such there is always a penalty fee to pay in one or another way. May I suggest that You set focus on .NET for the coming year and learn as much as possible?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br&gt;
Dennis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>Thanks again for Your kind feedback. </p>
<p>As You know my first language is not English and I&#8217;m Mr &#8216;Nobody&#8217; when it comes to names on books.  </p>
<p>In addition,I expect that the regular Excel authors will in their upcoming books cover:<br />
- Guidelines about the new technologies<br />
- Unmanaged COM add-ins / Managed COM add-ins / Manifest based VSTO managed add-ins<br />
- The transition from VBA to .NET / VSTO<br />
- The integration of Excel 2007 and SQL Server 2005 from a .NET/VSTO perspective.</p>
<p>Ross,</p>
<p>Thanks again for Your kind feedback.</p>
<p>VB Fusion is a hybrid and as such there is always a penalty fee to pay in one or another way. May I suggest that You set focus on .NET for the coming year and learn as much as possible?</p>
<p>Kind regards,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/#comment-20629</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Thu, 17 Aug 2006 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1474#comment-20629</guid>
		<description>&lt;p&gt;yet more good stuff Dennis, &lt;/p&gt;
&lt;p&gt;When I first started to look at .Net, I came across the VB fusion [http://msdn.microsoft.com/vbrun/vbfusion/] web site, which talked about useing .net classes (both custom ones and ones from the framework) and calling them via some kind of interface from VB6. I dont think this was shiming as present here, but i kinda get the idea. And whenn i read the MSDN articals, I might understand how it&#039;s done!&lt;/p&gt;
&lt;p&gt;Hopefull I&#039;ll get some good time at the week end to go though all thing with VS!&lt;/p&gt;
&lt;p&gt;Thanks for you effort, time and shareing your expertise on this Dennis, very nice indeed&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>yet more good stuff Dennis, </p>
<p>When I first started to look at .Net, I came across the VB fusion [http://msdn.microsoft.com/vbrun/vbfusion/] web site, which talked about useing .net classes (both custom ones and ones from the framework) and calling them via some kind of interface from VB6. I dont think this was shiming as present here, but i kinda get the idea. And whenn i read the MSDN articals, I might understand how it&#8217;s done!</p>
<p>Hopefull I&#8217;ll get some good time at the week end to go though all thing with VS!</p>
<p>Thanks for you effort, time and shareing your expertise on this Dennis, very nice indeed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rosenblum</title>
		<link>http://www.dailydoseofexcel.com/archives/2006/08/16/creating-and-deploying-managed-com-add-ins-with-vbnet-2005-part-vi/#comment-20614</link>
		<dc:creator>Mike Rosenblum</dc:creator>
		<pubDate>Wed, 16 Aug 2006 16:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1474#comment-20614</guid>
		<description>&lt;p&gt;Dennis,&lt;/p&gt;
&lt;p&gt;This is outstanding. Clearly you could write an outstanding book on this topic.  This is really impressive.&lt;/p&gt;
&lt;p&gt; Mike&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>This is outstanding. Clearly you could write an outstanding book on this topic.  This is really impressive.</p>
<p> Mike</p>
]]></content:encoded>
	</item>
</channel>
</rss>

