上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页
该文被密码保护。 阅读全文
posted @ 2012-09-29 14:47 要等闲阿 阅读(0) 评论(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 要等闲阿 阅读(1612) 评论(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 要等闲阿 阅读(1166) 评论(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 要等闲阿 阅读(427) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-09-13 16:43 要等闲阿 阅读(18) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2012-09-11 15:32 要等闲阿 阅读(19) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页