摘要: Due to obvious security reasons Silverlight cannot directly load files from a client box. However, in response to an event like a button Silverlight can load files through the OpenFileDialog where the... 阅读全文
posted @ 2009-09-25 17:54 昕友软件开发 阅读(295) 评论(0) 推荐(0)
摘要: XML (Extensible Markup Language) is a great format for saving structured data in. In this Tip I will be showing you how to read and process XML files from Silverlight using the XmlReader object. Let&... 阅读全文
posted @ 2009-09-25 17:52 昕友软件开发 阅读(378) 评论(0) 推荐(0)
摘要: In this Tip I will be showing you how to place hard coded strings into a resource area. This is a common best practice for software development that makes it much easier to manage the strings in your ... 阅读全文
posted @ 2009-09-25 17:48 昕友软件开发 阅读(219) 评论(0) 推荐(0)
摘要: If you have a large game or application it might be wise to break it up into smaller components (DLL’s) that can be downloaded to the client from the server as needed. This way your customers ar... 阅读全文
posted @ 2009-09-25 17:46 昕友软件开发 阅读(294) 评论(0) 推荐(0)
摘要: Silverlight currently has full mouse support for single click. However, double click is a another story. In this tip I will show you how to implement double click. You can apply this technique for an ... 阅读全文
posted @ 2009-09-25 17:45 昕友软件开发 阅读(309) 评论(0) 推荐(0)
欢迎访问我的开源项目:xyIM企业即时通讯