
WPF
王焜棟琦
这个作者很懒,什么都没留下…
展开
-
Unable to load DLL ‘pdfium.dll‘ or one of its dependencies: 找不到指定的模块。 (0x8007007E)
Unable to load DLL 'pdfium.dll' or one of its dependencies转载 2025-03-26 23:48:39 · 67 阅读 · 0 评论 -
WPF可编辑的DataGrid根据条件控制最后一行的按钮显示隐藏
WPF可编辑的DataGrid根据条件控制最后一行的按钮显示隐藏原创 2025-03-14 23:28:02 · 697 阅读 · 0 评论 -
WPF让TextBox撑满父容器宽度
WPF让TextBox撑满父容器宽度原创 2025-02-26 15:04:28 · 128 阅读 · 0 评论 -
System.DllNotFoundException: 无法加载 DLL“epen.dll”: 找不到指定的模块,Visual C++ Redistributable下载地址
System.DllNotFoundException: 无法加载 DLL“epen.dll”: 找不到指定的模块,Visual C++ Redistributable下载地址原创 2024-01-29 15:31:25 · 214 阅读 · 0 评论 -
wpf标签里面换行,空格
wpf标签里面换行,空格。原创 2023-08-11 09:47:03 · 2126 阅读 · 0 评论 -
wpf控件上移下移,调整子集控件显示顺序
wpf控件上移下移,调整子集控件显示顺序原创 2023-08-10 11:44:50 · 1391 阅读 · 0 评论 -
WPF点击了无反应,启动无反应
WPF点击了无反应,启动无反应原创 2023-01-16 10:33:13 · 1312 阅读 · 0 评论 -
WPF中DataGrid显示图片,绑定图片路径显示
WPF中DataGrid显示图片,绑定图片路径显示,wpf绑定的图片资源展示原创 2023-01-09 01:25:56 · 918 阅读 · 0 评论 -
WPF打开文件夹
WPF打开文件夹原创 2023-01-03 17:55:02 · 144 阅读 · 0 评论 -
C#后台代码触发按钮点击事件
C#后台代码触发按钮点击事件原创 2022-12-29 15:49:15 · 1104 阅读 · 0 评论 -
System.Windows.RoutedEventArgs cannot be converted to type System.Windows.Input.MouseButtonEventArgs
C#后台代码触发按钮点击事件;System.Windows.RoutedEventArgs cannot be converted to type System.Windows.Input.MouseButtonEventArgs原创 2022-12-29 15:46:46 · 815 阅读 · 0 评论 -
ListView文本超长自动换行
【代码】ListView文本超长自动换行。原创 2022-12-13 09:34:54 · 1390 阅读 · 0 评论 -
wpf ListView自动序号,默认的序号字段
WPF ListView自动序号,默认序号字段原创 2022-12-12 14:42:05 · 849 阅读 · 0 评论 -
WPF获取窗口所有TextBox,批量设置禁用
【代码】WPF获取窗口所有TextBox,批量设置禁用。原创 2022-12-10 00:13:03 · 304 阅读 · 0 评论 -
WPF关闭子窗口时刷新父页面列表数据,WPF窗体间传参
【代码】WPF关闭子窗口时刷新父页面列表数据,WPF窗体间传参。原创 2022-12-09 13:54:13 · 930 阅读 · 0 评论 -
WPF动态创建消息弹窗,2秒自动消失
WPF动态创建消息弹窗,2秒后消失原创 2022-12-06 09:46:12 · 1801 阅读 · 0 评论 -
WPF中TextBox只能输入小数
WPF输入框只允许小数,正整数原创 2022-12-02 16:25:30 · 1173 阅读 · 0 评论 -
wpf多线程进度条更新进度
主要的使用类:Dispatcherusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Controls;using System.Windows.Data;using System.Windows.Documents;using Syst原创 2021-12-23 18:02:22 · 1070 阅读 · 0 评论 -
wpf中js调用C#后台方法,使用框架CefSharp,CefSharp加载本地Html
首先在nuget中安装CefSharp.Wpf组件用于解析html,是一个web浏览器内核,支持h5我使用的CefSharp.Wpf版本是90.6.70WPF目标框架:.NET5using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;using System.Windows.Contr原创 2021-07-12 16:52:00 · 2538 阅读 · 3 评论 -
WPF将Point数组转换为PathGeometry
xaml页面代码,用的画布,用鼠标画线,然后记录画的Point点<Canvas x:Name="can01" Background="LightGreen" MouseMove="Canvas_MouseMove" ></Canvas> /// <summary> /// 鼠标画线轨迹 /// </summary> static List<Point> points = new原创 2021-06-09 10:29:19 · 855 阅读 · 0 评论