Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am using silverlight4.0. The requirement is to communicate between a silverlight4.0 application which is running out of browser with elevated previlages and a WindowsForm application running on the same system.
e.g. If I write 'welcome to silverlight' in a textbox of a silverlight appliction which is running in outofbrowser mode, then same text message should be displayed inside the textbox of a separate winform application(may be wpf app)running on same system.
Posted
Updated 23-Sep-10 19:39pm
v2

1 solution

You need to setup communication between the two.

Since both are running on the same system, try socket communication.
 
Share this answer
 
Comments
ChintanSheth 24-Sep-10 4:49am    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900