SilverlightShow: Communication between Silverlight applications on the client side Comments
http://www.silverlightshow.net/
Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samplesen-usSilverlightShow.netestoychev@completit.com (Emil Stoychev)Argotic Syndication Framework, http://www.codeplex.com/Argotichttp://www.rssboard.org/rss-specificationRE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment2847
for about video tutorial <a href="http://youtubeline.com/">youtube</a> I echo Emil's comment - the send to all option in a specific <br /> ( youtubeline)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxSun, 27 Dec 2009 00:34:56 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment2846
you can find full source code and explanation on Dan's web site ( youtubeline)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxSun, 27 Dec 2009 00:33:12 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment2745
<p>Hi </p>
<p>I echo Emil's comment - the send to all option in a specific domain should be an integral feature of the functionality.</p> ( ALI)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxTue, 08 Dec 2009 12:25:32 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1540
Hi,
<p>you can find full source code and explanation on Dan's web site</p>
http://dvanderboom.wordpress.com/2009/04/29/multicasting-with-silverlight-3-local-messaging/
<p>hope it helps :)</p> ( Adam)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxTue, 05 May 2009 06:38:38 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1534
<p>Dan,</p>
<p>I would like to know how you worked around this HRESULT_E_FAIL error and have a message sent to multiple instances of the window. Please post a sample if you have one. Thanks!</p> ( Uma Nagarajan)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxSun, 03 May 2009 02:26:25 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1527
Thanks, Dan. I think that "send to all from a given domain" feature should be addressed in the final release. ( emil)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxThu, 30 Apr 2009 01:06:16 +0300nasty HRESULT E_FAIL error, no multicast send to instances of a group of windows
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1525
Be careful that you check for exceptions when calling Listen, and call Dispose in case you do, otherwise your listening name will be unavailable for future runs of the app. I found this because I tried setting a name of "Everyone" and having multiple instances of the app try to set up listeners with that same name. The idea was that I would multicast send to Everyone from any of the instances, but names must be unique and I don't see a way to send to any instance of a group of browser windows... although I've devised a workaround pattern to do so, it's not nice and simple as calling SendAsync.<br /> ( Dan Vanderboom)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxWed, 29 Apr 2009 09:56:21 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1379
Nice sample.<br />
<br />
I think it is very important to enable communication with local wpf applications. Right now it is not possible to use webcams and microphones. Using local connections this would be possible, also the integration with local apps could be far better. Even Drag&Drop with local applications would be possible. ( MikeH)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxTue, 31 Mar 2009 17:03:53 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1357
This type of mechanism (silverlight to installed client) would enable sites that use activeX controls to go cross browser. <br /> ( mark)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxMon, 30 Mar 2009 15:01:01 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1292
@Pete - there is no API available for WPF and WinForms applications that can enable such communication. What scenario do you have? Why do you need such communication? ( emil)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxThu, 26 Mar 2009 05:19:00 +0300RE: Communication between Silverlight applications on the client side
http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspx#comment1287
Can you use this mechanism to communicate between a Silverlight app and a WPF (or Winform) desktop app? ( Pete)http://www.silverlightshow.net/items/Communication-bewteen-Silverlight-applications-on-the-client-side.aspxWed, 25 Mar 2009 17:35:57 +0300