<?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: How to program IE add-on, toolbar / bar, menu in C#, VB.NET, C++</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/2008/03/14/ie-addons-toolbars-menus-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog/2008/03/14/ie-addons-toolbars-menus-programming/</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, 08 Feb 2012 13:13:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eugene Astafiev</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2008/03/14/ie-addons-toolbars-menus-programming/comment-page-1/#comment-9995</link>
		<dc:creator>Eugene Astafiev</dc:creator>
		<pubDate>Thu, 02 Sep 2010 17:04:19 +0000</pubDate>
		<guid isPermaLink="false">/creating-addins-blog/?p=28#comment-9995</guid>
		<description>Hello Mikell,

There is no way to access it dynamically. Instead you can use the LocationName and LocationURL property of the IEApp to get the current URL address. Do they suit your needs?</description>
		<content:encoded><![CDATA[<p>Hello Mikell,</p>
<p>There is no way to access it dynamically. Instead you can use the LocationName and LocationURL property of the IEApp to get the current URL address. Do they suit your needs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikell mully</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2008/03/14/ie-addons-toolbars-menus-programming/comment-page-1/#comment-9988</link>
		<dc:creator>mikell mully</dc:creator>
		<pubDate>Thu, 19 Aug 2010 05:33:04 +0000</pubDate>
		<guid isPermaLink="false">/creating-addins-blog/?p=28#comment-9988</guid>
		<description>Can I access to the &quot;text of url&quot; in addinexpress?
for example I want to delete a specific word, if it&#039;s in url.</description>
		<content:encoded><![CDATA[<p>Can I access to the &#8220;text of url&#8221; in addinexpress?<br />
for example I want to delete a specific word, if it&#8217;s in url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Diener</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2008/03/14/ie-addons-toolbars-menus-programming/comment-page-1/#comment-6717</link>
		<dc:creator>Edward Diener</dc:creator>
		<pubDate>Fri, 27 Feb 2009 17:46:43 +0000</pubDate>
		<guid isPermaLink="false">/creating-addins-blog/?p=28#comment-6717</guid>
		<description>You can also use Windows shared memory to communicate between threads in any process. If you are programming in C++/CLI in mixed mode, you can use the Boost Interprocess library to easily share memory between threads in any process. This allows one to communicate between threads without the need to send Windows messages back and forth.</description>
		<content:encoded><![CDATA[<p>You can also use Windows shared memory to communicate between threads in any process. If you are programming in C++/CLI in mixed mode, you can use the Boost Interprocess library to easily share memory between threads in any process. This allows one to communicate between threads without the need to send Windows messages back and forth.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

