上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: https://www.cnblogs.com/foundation/category/215023.html https://yq.aliyun.com/articles/337714 阅读全文
posted @ 2020-05-13 09:33 六镇2012 阅读(130) 评论(0) 推荐(0)
摘要: 最近复习下MVVMLight的相关内容,发现一些好文章,收藏下。 转载于:https://www.cnblogs.com/wzh2010/p/6920706.html 利刃 MVVMLight 阅读全文
posted @ 2020-05-09 09:06 六镇2012 阅读(162) 评论(0) 推荐(0)
摘要: 转载于: Fluent Ribbon 第一步 创建Ribbon窗体 Fluent Ribbon 第二步 创建工具栏 Fluent Ribbon 第三步 应用程序菜单 Fluent Ribbon 第四步 快速启动栏 Fluent Ribbon 第五步 ToolBar Fluent Ribbon 第六步 阅读全文
posted @ 2020-05-08 14:25 六镇2012 阅读(1518) 评论(0) 推荐(0)
摘要: AvalonDock is a docking windows control for WPF that lets you create customizable layouts using a full featured window docking system similar to what 阅读全文
posted @ 2020-05-07 17:14 六镇2012 阅读(1429) 评论(0) 推荐(0)
摘要: 转载于https://blog.csdn.net/u014090257/java/article/details/102604688 网上有说这是vs工具的bug,但通过下面的设置,也能解决问题。 Tools -> Options -> Debugging -> General ->Uncheck: 阅读全文
posted @ 2020-05-07 17:01 六镇2012 阅读(401) 评论(0) 推荐(0)
摘要: 什么是RPA Avalondock,用于开发类似VS的停靠界面 Fluent Ribbon 待续 阅读全文
posted @ 2020-05-07 16:57 六镇2012 阅读(267) 评论(0) 推荐(0)
摘要: 做WPF项目时遇到不同进程读取同一个路径的图片,提示图片资源正在被另一个进程使用。string path="c:\\1.png";BitmapImage bp = new BitmapImage(new Uri(path, UriKind.Relative));这时候不同进程用bp是会报错,异常的根... 阅读全文
posted @ 2014-07-09 19:13 六镇2012 阅读(905) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/prism/archive/2010/07/28/1786905.html 阅读全文
posted @ 2014-07-01 18:11 六镇2012 阅读(207) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/lzhp/archive/2012/10/05/2712405.html 阅读全文
posted @ 2014-07-01 16:36 六镇2012 阅读(100) 评论(0) 推荐(0)
摘要: 要实现RadioButton只要将需要单选的所有的RadioButton的GroupName属性设成同一个名字。 阅读全文
posted @ 2014-06-27 16:38 六镇2012 阅读(136) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页