随笔分类 -  Winform,WPF

WPF Toolbox 添加image
摘要://public Toolbox() //{ // ItemsControl items = this as ItemsControl; // TextBlock textBlock = new TextBlock(); // textBlock.IsHitTestVisible =false; / 阅读全文
posted @ 2022-09-16 15:57 码农小白修炼记 阅读(101) 评论(0) 推荐(0)
Winform多线程访问UI控件问题
摘要:Winform多线程无法访问UI控件,考虑使用委托方法解决。 阅读全文
posted @ 2022-08-25 10:57 码农小白修炼记 阅读(104) 评论(0) 推荐(0)