随笔分类 -  c#

wpf中datagrid显示绑定的数据时加载的动画效果
摘要:1.创建动画加载用户空间 wpf页面代码 <UserControl x:Class="ManualMeterCheck.LoadingControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x= 阅读全文
posted @ 2024-04-26 15:41 @flash 阅读(174) 评论(0) 推荐(0)
C#读取bin文件,每次读取256个长度
摘要:读取bin文件,每次读取256个长度 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq; 阅读全文
posted @ 2023-06-15 11:11 @flash 阅读(242) 评论(0) 推荐(0)