02 2021 档案

摘要:1、下载VS的安装引导程序。 Visual Studio Community:vs_community.exeVisual Studio Professional:vs_professional.exeVisual Studio Enterprise:vs_enterprise.exe 2、在命令控 阅读全文
posted @ 2021-02-26 08:39 wzwyc 阅读(330) 评论(0) 推荐(0) 编辑
摘要:示例代码: RoutedEventHandler eventHander = null; eventHander = (s, e) => { //添加你的代码 Owner.Loaded -= eventHander; }; Owner.Loaded += eventHander; 阅读全文
posted @ 2021-02-25 14:47 wzwyc 阅读(701) 评论(0) 推荐(0) 编辑
摘要:示例代码: <Window.Style> <Style TargetType="{x:Type Window}"> <Setter Property="WindowState" Value="{Binding Tag, RelativeSource={RelativeSource Mode=Self 阅读全文
posted @ 2021-02-25 14:42 wzwyc 阅读(189) 评论(0) 推荐(0) 编辑
摘要:WallpaperHelper.cs文件: using Microsoft.Win32; using System.IO; using System.Runtime.InteropServices; namespace NPOIDemo { /// <summary> /// 更换壁纸 /// </ 阅读全文
posted @ 2021-02-25 14:40 wzwyc 阅读(1143) 评论(2) 推荐(0) 编辑