摘要: 问题:在运行Debug后,无法使用诊断工具。 解决办法: http://stackoverflow.com/questions/32167640/visual-studio-2015-diagnostics-tool-does-not-support-current-debugging-config 阅读全文
posted @ 2017-03-06 19:21 霍莉雪特 阅读(2907) 评论(0) 推荐(0) 编辑
摘要: 需求:按下回车键,触发事件。 搜MSDN时,看到的键盘事件是System.Windows.Forms里的,在WPF中没法用: https://msdn.microsoft.com/zh-tw/library/system.windows.forms.control.keydown(v=vs.110) 阅读全文
posted @ 2017-03-06 18:51 霍莉雪特 阅读(3286) 评论(0) 推荐(0) 编辑
摘要: 问题: 在做WPF项目时,点击一个按钮弹出一个自定义的窗体,然后点击X关闭该窗体,然后再点击按钮想弹出该窗体时,报错:关闭 Window 之后,无法设置 Visibility,也无法调用 Show、ShowDialogor 或 WindowInteropHelper.EnsureHandle。 解决 阅读全文
posted @ 2017-03-06 16:34 霍莉雪特 阅读(1825) 评论(0) 推荐(2) 编辑
摘要: 写一个判断操作系统的工具类OSHelper.cs public class OSHelper { // 获取操作系统ID public static System.PlatformID GetPlatformID() { //获取系统信息 System.OperatingSystem osInfo 阅读全文
posted @ 2017-03-06 10:09 霍莉雪特 阅读(2177) 评论(0) 推荐(0) 编辑