随笔分类 -  Silverlight

只有注册用户登录后才能阅读该文。
posted @ 2012-10-12 17:34 要等闲阿 阅读(33) 评论(1) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-10-12 17:26 要等闲阿 阅读(8) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-10-11 15:17 要等闲阿 阅读(11) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-10-08 14:25 要等闲阿 阅读(13) 评论(0) 推荐(0)
摘要:打开文件:var dialog = new OpenFileDialog { Multiselect = false }; var result = dialog.ShowDialog(); if (result == true) { using (var stream = dialog.File.OpenRead()) { var buffer = new byte[stream.Length]; ... 阅读全文
posted @ 2012-09-27 14:25 要等闲阿 阅读(1621) 评论(0) 推荐(0)
摘要:方法:/// <summary> /// 将字符串转换成Color类型 /// </summary> /// <param name="color"></param> /// <returns></returns> public static Color ReturnColorFromString(string color) { color = color.Substring(1, color.Length-1); string alpha = color.Subst... 阅读全文
posted @ 2012-09-27 14:12 要等闲阿 阅读(1174) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-22 15:32 要等闲阿 阅读(18) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2012-09-17 21:55 要等闲阿 阅读(2) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-16 12:29 要等闲阿 阅读(25) 评论(1) 推荐(1)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-16 10:38 要等闲阿 阅读(6) 评论(0) 推荐(0)
摘要:前台页面:View Code <UserControl x:Class="SLPianYi.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http 阅读全文
posted @ 2012-09-16 10:22 要等闲阿 阅读(436) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-13 16:43 要等闲阿 阅读(18) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-11 15:32 要等闲阿 阅读(19) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-07 17:33 要等闲阿 阅读(21) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2012-09-07 15:55 要等闲阿 阅读(9) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-09-07 15:49 要等闲阿 阅读(12) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-08-15 11:33 要等闲阿 阅读(29) 评论(1) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-08-09 09:49 要等闲阿 阅读(4) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-08-08 18:10 要等闲阿 阅读(20) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。
posted @ 2012-08-08 17:39 要等闲阿 阅读(16) 评论(0) 推荐(0)