随笔 - 35
文章 - 4
评论 - 0
阅读 -
8448
随笔分类 - Winform,WPF
WPF Toolbox 添加image
摘要://public Toolbox() //{ // ItemsControl items = this as ItemsControl; // TextBlock textBlock = new TextBlock(); // textBlock.IsHitTestVisible =false; /
阅读全文
Winform多线程访问UI控件问题
摘要:Winform多线程无法访问UI控件,考虑使用委托方法解决。
阅读全文