12 2014 档案
摘要:private static void ActivateOtherWindow(string windowName) { var other = FindWindow(null, windowName); if (other ...
阅读全文
摘要:感谢:WPF群(WPF 4658393)的【总裁】北京-男-雅蠛蝶(2855892xxx)11:47:35 /// /// 操作注册表,实现软件的开机自启动 /// class MyClass { public static bool IsExisit...
阅读全文
摘要:原文地址:https://social.msdn.microsoft.com/Forums/vstudio/zh-CN/83352293-ca52-4e22-8092-8e23c453bc75/strange-radiobutton-group-behavior-with-toolbar?forum...
阅读全文
摘要:可以先参考一下这个文章: http://www.cnblogs.com/zoexia/archive/2014/11/30/4134012.html step0: 先展示一下最简陋的界面: 上图是一个控件容器:ListBox,每一项都是一个Student的学生数据,它继承自ItemsControl,
阅读全文