该文被密码保护。 阅读全文
摘要:
Author/Site Link Andy Beauliue http://www.andybeaulieu.com/Home/tabid/67/Default.aspx Brad Adams http://blogs.msdn.com/brada/default.aspx Chris Hay http://www.screencast.com/users/chrishayuk DotNet Cu... 阅读全文
摘要:
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... 阅读全文
摘要:
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&... 阅读全文
摘要:
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 ... 阅读全文
摘要:
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... 阅读全文
摘要:
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 ... 阅读全文
摘要:
using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;usin 阅读全文
摘要:
window.onload = HideMenuItem; function HideMenuItem(){ var tableNodes = document.getElementsByTagName("table");var menuNodes = document.getElementsByT 阅读全文
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint;using System.IO;using System.Web.UI.WebCo 阅读全文