01 2019 档案
摘要:1 Image _image = Image.FromStream(WebRequest.Create(severPath).GetResponse().GetResponseStream());
阅读全文
摘要:1 <Window x:Class="AsynchronousLoading.MainWindow" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 3 xmlns:x="http://schemas.micro
阅读全文
摘要:获取 DataGrid 选中的单元格的信息DataGridCellInfo cell_Info = this.studentTable.SelectedCells[0]; studentTableItem student_Info = cell_Info.Item as studentTableIt
阅读全文
摘要:Storyboard std = new Storyboard(); DoubleAnimation a = new DoubleAnimation(); a.From =0; a.To =400; a.AutoReverse = true; a.Duration = new Duration(Ti
阅读全文
摘要:窗体: IntPtr hwnd = new WindowInteropHelper(this).Handle; 控件: IntPtr hwnd = ((HwndSource)PresentationSource.FromVisual(uielement)).Handle;
阅读全文