上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页
该文被密码保护。 阅读全文
posted @ 2009-10-13 16:29 昕友软件开发 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2009-09-27 10:31 昕友软件开发 阅读(223) 评论(0) 推荐(1) 编辑
摘要: 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 昕友软件开发 阅读(287) 评论(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 昕友软件开发 阅读(369) 评论(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 昕友软件开发 阅读(209) 评论(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 昕友软件开发 阅读(285) 评论(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 昕友软件开发 阅读(298) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Configuration;using System.Data;using System.Web;using System.Web.Security;using System.Web.UI;usin 阅读全文
posted @ 2009-09-14 14:23 昕友软件开发 阅读(209) 评论(0) 推荐(0) 编辑
摘要: window.onload = HideMenuItem; function HideMenuItem(){ var tableNodes = document.getElementsByTagName("table");var menuNodes = document.getElementsByT 阅读全文
posted @ 2009-09-09 14:56 昕友软件开发 阅读(128) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Microsoft.SharePoint;using System.IO;using System.Web.UI.WebCo 阅读全文
posted @ 2009-09-08 16:55 昕友软件开发 阅读(172) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 43 下一页
欢迎访问我的开源项目:xyIM企业即时通讯