<?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: HowTo: Synchronize settings of an IE plug-in</title>
	<atom:link href="http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/</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: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11340</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Tue, 05 Jul 2011 10:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11340</guid>
		<description>I am sorry, your questions do not directly relate to the topics covered in this blog post. Please contact our support service with such technical questions, issues, requests etc., we will try to help you.</description>
		<content:encoded><![CDATA[<p>I am sorry, your questions do not directly relate to the topics covered in this blog post. Please contact our support service with such technical questions, issues, requests etc., we will try to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11339</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Tue, 05 Jul 2011 09:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11339</guid>
		<description>even i write just message in onTabchange and in ontabchanging event it will not displayed after..</description>
		<content:encoded><![CDATA[<p>even i write just message in onTabchange and in ontabchanging event it will not displayed after..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11335</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Tue, 05 Jul 2011 07:05:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11335</guid>
		<description>hi,
i am working on ie toolbar using add-in-express 2011+vs2010.i have a query regarding
OnTabChanging().

-First i create open ie and first process start
-After take new tab(+) First process come in new tab.
-but when i stop process which in new tab its not reflect in First tab.

so, how to reflect the process which run in new tab in previous tab..?</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am working on ie toolbar using add-in-express 2011+vs2010.i have a query regarding<br />
OnTabChanging().</p>
<p>-First i create open ie and first process start<br />
-After take new tab(+) First process come in new tab.<br />
-but when i stop process which in new tab its not reflect in First tab.</p>
<p>so, how to reflect the process which run in new tab in previous tab..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11320</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Mon, 04 Jul 2011 12:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11320</guid>
		<description>please provide example which demonstrate OnTabActivated Event and how to use
sendGlobalMessage(); in it to make changes for all tabs??</description>
		<content:encoded><![CDATA[<p>please provide example which demonstrate OnTabActivated Event and how to use<br />
sendGlobalMessage(); in it to make changes for all tabs??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11178</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Mon, 27 Jun 2011 12:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11178</guid>
		<description>You can utilize the approach used in this sample in your main project. You can use a descendant of the AddinExpress.IE.ADXIESharedMemory class to store the color of your toolbar, the SendMessageToAll method to inform all instances of your toolbar that the color was changed, and the OnSendMessage event to apply a new color to your toolbar.

If you need any help or further assistance, please contact our support service or me directly, I will try to create a sample for you.</description>
		<content:encoded><![CDATA[<p>You can utilize the approach used in this sample in your main project. You can use a descendant of the AddinExpress.IE.ADXIESharedMemory class to store the color of your toolbar, the SendMessageToAll method to inform all instances of your toolbar that the color was changed, and the OnSendMessage event to apply a new color to your toolbar.</p>
<p>If you need any help or further assistance, please contact our support service or me directly, I will try to create a sample for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11175</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Mon, 27 Jun 2011 09:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11175</guid>
		<description>your sample for IE addon is run nice with multiple tab but sir now i want same work
with panel.
in that you have use textbox and its getter setter like this..
        
public string StringOption
 {
            get { return textBox1.Text; }
            set { textBox1.Text = value; }
 }

sir now, how i do same for panel mean how to do get set with panel..</description>
		<content:encoded><![CDATA[<p>your sample for IE addon is run nice with multiple tab but sir now i want same work<br />
with panel.<br />
in that you have use textbox and its getter setter like this..</p>
<p>public string StringOption<br />
 {<br />
            get { return textBox1.Text; }<br />
            set { textBox1.Text = value; }<br />
 }</p>
<p>sir now, how i do same for panel mean how to do get set with panel..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11118</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Fri, 24 Jun 2011 10:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11118</guid>
		<description>i doing a sample IE Addons Project, In that project there is one toolbar.
Toolbar contain one  button and Panel. At the Stating level panel color is red than when i click on button then panel color is change to green. but when i open new tab than at the initial stag panel color is red instead on green. that means panel color is red not green 

so, how to set the same color as a first tab in all next tab(Multiple tab)???????????????????</description>
		<content:encoded><![CDATA[<p>i doing a sample IE Addons Project, In that project there is one toolbar.<br />
Toolbar contain one  button and Panel. At the Stating level panel color is red than when i click on button then panel color is change to green. but when i open new tab than at the initial stag panel color is red instead on green. that means panel color is red not green </p>
<p>so, how to set the same color as a first tab in all next tab(Multiple tab)???????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Kostochko</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11116</link>
		<dc:creator>Dmitry Kostochko</dc:creator>
		<pubDate>Fri, 24 Jun 2011 09:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11116</guid>
		<description>This is a very specific question that does not directly relate to the sample described in this post. Can you please contact our support service, I hope we will be able to help you.</description>
		<content:encoded><![CDATA[<p>This is a very specific question that does not directly relate to the sample described in this post. Can you please contact our support service, I hope we will be able to help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11114</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Fri, 24 Jun 2011 08:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11114</guid>
		<description>this.optionPageData[STRING_OPTION] = &quot;Default&quot;;


like &quot;Default&quot; which value i set for PANEL??
---------------------------------------------------------
and also what for this if i am take panel and want to change color??
       
public string StringOption
  {
     get { return textBox1.Text; }
     set { textBox1.Text = value; }
  }</description>
		<content:encoded><![CDATA[<p>this.optionPageData[STRING_OPTION] = &#8220;Default&#8221;;</p>
<p>like &#8220;Default&#8221; which value i set for PANEL??<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
and also what for this if i am take panel and want to change color??</p>
<p>public string StringOption<br />
  {<br />
     get { return textBox1.Text; }<br />
     set { textBox1.Text = value; }<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toolbar</title>
		<link>http://www.add-in-express.com/creating-addins-blog/2009/06/19/internet-explorer-plugin-settings-synchronize/comment-page-1/#comment-11101</link>
		<dc:creator>toolbar</dc:creator>
		<pubDate>Thu, 23 Jun 2011 05:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.add-in-express.com/creating-addins-blog/?p=831#comment-11101</guid>
		<description>thanks, friend your example is work now i am work that with toolbar add-on......</description>
		<content:encoded><![CDATA[<p>thanks, friend your example is work now i am work that with toolbar add-on&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

