01 2019 档案

摘要:1 Image _image = Image.FromStream(WebRequest.Create(severPath).GetResponse().GetResponseStream()); 阅读全文
posted @ 2019-01-18 22:16 探索的动机 阅读(421) 评论(0) 推荐(0) 编辑
摘要:1 <Window x:Class="AsynchronousLoading.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.micro 阅读全文
posted @ 2019-01-17 23:47 探索的动机 阅读(813) 评论(0) 推荐(0) 编辑
摘要:获取 DataGrid 选中的单元格的信息DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0]; studentTableItem student_Info = cell_Info.Item as studentTableIt 阅读全文
posted @ 2019-01-14 09:00 探索的动机 阅读(1875) 评论(0) 推荐(0) 编辑
摘要:Storyboard std = new Storyboard(); DoubleAnimation a = new DoubleAnimation(); a.From =0; a.To =400; a.AutoReverse = true; a.Duration = new Duration(Ti 阅读全文
posted @ 2019-01-14 08:58 探索的动机 阅读(524) 评论(0) 推荐(0) 编辑
摘要:窗体: IntPtr hwnd = new WindowInteropHelper(this).Handle; 控件: IntPtr hwnd = ((HwndSource)PresentationSource.FromVisual(uielement)).Handle; 阅读全文
posted @ 2019-01-14 08:56 探索的动机 阅读(2246) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示