This forum is closed. Thank you for your contributions.
What is the easiest and best way to share data between different xaml pages and an XNA enabled page?
cheers,
Simon
Hi Simon,
Welcome to the MSDN forum!
You are more likely to get responses to this issue on the XNA forum: http://forums.create.msdn.com/forums/default.aspx?GroupID=6
App Hub Forums » XNA Game Studio » XNA Technology General
In the meantime, you can try the dedicated Silverlight forum: http://forums.silverlight.net/
Besides, XML is a good choice to pass/share data (write & read) among different processes/applications.
Please refer to the following link:
Reading and Writing XML in C#
http://www.c-sharpcorner.com/uploadfile/mahesh/readwritexmltutmellli2111282005041517am/readwritexmltutmellli21.aspx
Thank you for your understanding and have a nice day! Yoyo.