<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Add-in Express Blogs &#187; Add-in Express for Internet Explorer</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/cat/add-in-express-for-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog</link>
	<description>All about developing COM add-ins, smart tags and RTD servers in Visual Studio .NET, VSTO and Delphi + Add-in Express</description>
	<lastBuildDate>Wed, 28 Jul 2010 16:31:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Video HowTo: Add any .net controls to Internet Explorer toolbars (VB.NET)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/28/ie-toolbars-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/28/ie-toolbars-video-howto/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 16:31:34 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2226</guid>
		<description><![CDATA[Besides Explorer bar and Explorer menus, I can suggest looking into one more visual thing that can be quickly customized with Add-in Express for Internet Explorer and .net. This is IE toolbars]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/28/ie-toolbars-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insight of Add-in Express Loader</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:25:28 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2181</guid>
		<description><![CDATA[Add-in Express Loader is an unmanaged dll developed with the Visual C++ Active Template Library (ATL). It acts as a proxy between a host application and the real .NET library. The loader itself is never registered and it shouldn’t be. It is just specified as a dll to be loaded for managed classes
]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/23/loader-insight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Customize main and context menus in Internet Explorer (VB.NET)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/16/ie-main-context-menu-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/16/ie-main-context-menu-video-howto/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 16:21:19 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2161</guid>
		<description><![CDATA[Apart from Explorer bar there are a few more things that can be easily customized in Internet Explorer and today we will look into the customization of main menu and context menus. Yes, you can modify them by adding your own menu items]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/16/ie-main-context-menu-video-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create a custom Explorer bar for Internet Explorer (VB.NET)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/07/08/ie-explorer-bar-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/07/08/ie-explorer-bar-video-howto/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:46:19 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=2141</guid>
		<description><![CDATA[Let's talk about extending Internet Explorer user interface. What visual feature is most frequently used by an average user? I bet it is Favorites, of course after the Address Bar]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/07/08/ie-explorer-bar-video-howto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment: Managing updates, part 3</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 10:01:28 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1397</guid>
		<description><![CDATA[This is the third and the final part of my series about ClickTwice -  MSI-based web deployment technology introduced in Add-in Express 2010. In the first article of this series I covered the basics of our MSI-based web deployment, and gave you a step-by-step guidance on creating a new setup project. And now we are going to have a close look at managing your application updates]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/16/msi-based-web-deploymentmanaging-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment: Publishing the application, part 2</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:15:30 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1380</guid>
		<description><![CDATA[In the first article of this series I covered the basics of our Add-in Express 2010 MSI-based web deployment, also known as ClickTwice :) and gave you a step-by-step guidance on creating a new setup project. Now we are going to look at the main aspects of publishing the application using this deployment technology]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/15/msi-deployment-publishing-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express 2010 MSI-based web deployment &#8211; ClickTwice :)</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:25:36 +0000</pubDate>
		<dc:creator>Sergey Grischenko</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1352</guid>
		<description><![CDATA[Add-in Express provides two basic strategies for deploying its projects: publishing an application via the ClickOnce technology, or deploying it with a traditional setup using the Windows Installer. In case of ClickOnce deployment, your application is published to some centralized location, e.g. a network share, and the user installs it from that location]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/04/09/clicktwice-msi-web-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Evangelist, Add-in Express 2010 for IE and news from &#8220;office&#8221; fields</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/03/18/technical-evangelist-addinexpress2010-ie/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/03/18/technical-evangelist-addinexpress2010-ie/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:42:21 +0000</pubDate>
		<dc:creator>Eugene Starostin</dc:creator>
				<category><![CDATA[Add-in Express 2010]]></category>
		<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[Add-in Express for Office and VSTO]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[COM add-ins]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=1248</guid>
		<description><![CDATA[This post is in fact a copy of the newsletter that I sent out yesterday.  I have to admit the newsletter was quite a success and brought the results much better than I had hoped for :) But let's not put the cart before the horse, first comes a story]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/03/18/technical-evangelist-addinexpress2010-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add-in Express upgrade policy</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/01/18/addinexpress-upgrade-policy/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/01/18/addinexpress-upgrade-policy/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 11:24:54 +0000</pubDate>
		<dc:creator>Eugene Starostin</dc:creator>
				<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Add-in Express for Office and .net]]></category>
		<category><![CDATA[Add-in Express for Office and VCL]]></category>
		<category><![CDATA[Add-in Express for Office and VSTO]]></category>
		<category><![CDATA[Add-in Express for Outlook Express]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook Express]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=990</guid>
		<description><![CDATA[After we had sent out the newsletter about Generation 2010 of Add-in Express (Add-in Express 2010 for Internet Explorer is the first swallow : -), I received a few questions about our upgrade policy. Well, I will try to formalize this issue here]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/01/18/addinexpress-upgrade-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video HowTo: Create an Internet Explorer add-on for IE 6, 7 and 8 in VB.NET</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2010/01/15/internet-explorer-addon-video-howto/</link>
		<comments>http://www.add-in-express.com/creating-addins-blog/2010/01/15/internet-explorer-addon-video-howto/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 20:38:34 +0000</pubDate>
		<dc:creator>Dmitry Kostochko</dc:creator>
				<category><![CDATA[Add-in Express for Internet Explorer]]></category>
		<category><![CDATA[Video HowTo samples]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[IE add-ons]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=975</guid>
		<description><![CDATA[I am sure you know that Microsoft Internet Explorer is the most popular web-browser. According to the Global Web Stats for December, 2009 Internet Explorer (8, 7 and 6) takes 50.3% of the market. Millions of people use IE every day at work, at home, on their way from work to home or the other way around]]></description>
		<wfw:commentRss>http://www.add-in-express.com/creating-addins-blog/2010/01/15/internet-explorer-addon-video-howto/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
