<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Designing with Silverlight</title><link>http://forums.silverlight.net/forums/19.aspx</link><description>Discussions around design implementations, XAML for Silverlight and design ideas</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54452.aspx</link><pubDate>Wed, 21 May 2008 03:20:13 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54452</guid><dc:creator>Yi-Lun Luo - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54452.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54452</wfw:commentRss><description>Hello, if what you mean is you want to have another Silverlight application inside a Canvas of the first one, I suggest you to use a single Silverlight application with two UserControls. You can just put another UserControl in that Canvas. This will be much easier than creating two separate Silverlight applications and handle the communication stuffs. 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54260.aspx</link><pubDate>Tue, 20 May 2008 06:58:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54260</guid><dc:creator>shanjoseph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54260.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54260</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;thank you very much for your answer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;suppose&amp;nbsp; we have a silverlight application and the usercontrol of this contains two canvases.&lt;br /&gt;&lt;br /&gt;On the second canvas i want to load another silverlight application. And i also need to communicate with these two silverlight applications.&lt;br /&gt;&lt;br /&gt;Is this&amp;nbsp; possible?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54253.aspx</link><pubDate>Tue, 20 May 2008 06:00:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54253</guid><dc:creator>AngryYoungMan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54253.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54253</wfw:commentRss><description>&lt;p&gt;With in your silverlight application you can write the following code to get the HTMl elements&lt;/p&gt;
&lt;p&gt;HtmlDocument&amp;nbsp;_doc = HtmlPage.Document;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;_doc.GetElementById(&amp;quot;ValueText&amp;quot;).SetProperty(&amp;quot;Value&amp;quot;, txtName.Text);&lt;/p&gt;
&lt;p&gt;Now the html textbox value is set from the Silverlight application.Like wise you can get the value of the HTML element inside the second silverlight pluggin.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54244.aspx</link><pubDate>Tue, 20 May 2008 04:09:03 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54244</guid><dc:creator>shanjoseph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54244.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54244</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;thank you&amp;nbsp; very much.&lt;/p&gt;&lt;p&gt;i&amp;nbsp; serached for an example of&amp;nbsp; this. but i didn&amp;#39;t get it.&lt;/p&gt;&lt;p&gt;can u please help me with an example&amp;nbsp; or a&amp;nbsp; proper link.&amp;nbsp;&lt;/p&gt;&lt;p&gt;am using silverlight 2.0&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54082.aspx</link><pubDate>Mon, 19 May 2008 12:10:03 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54082</guid><dc:creator>chad.campbell</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54082.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54082</wfw:commentRss><description>&lt;p&gt;Silverlight is a browser-based plugin.&amp;nbsp; Because of this, each Silverlight application runs within an instance of the plugin.&amp;nbsp; Each instance is basically just an HTML object element.&amp;nbsp; Because of this, if you want to call a Silverlight application from another application you must call the application through the HTML DOM.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;If you are using Silverlight 2, you can use the classes in the System.Windows.Browser namespace to help you do this from managed code.&amp;nbsp; If you are using Silverlight 1.0, you can do this using standard JavaScript.&amp;nbsp; &lt;/p&gt;</description></item><item><title>call a silverlight application  from another silverlight application</title><link>http://forums.silverlight.net/forums/thread/54074.aspx</link><pubDate>Mon, 19 May 2008 11:25:44 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:54074</guid><dc:creator>shanjoseph</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/54074.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=19&amp;PostID=54074</wfw:commentRss><description>&lt;p&gt;how can i call a silverlight application from another silverlight application.&lt;/p&gt;&lt;p&gt;Just like we r calling one SWF from another&amp;nbsp; SWF&amp;nbsp; in Flash.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>