As you like

导航

2017年4月11日 #

WPF 支持分组互斥的 RadioButton 式单选菜单

摘要: 扩展 MenuItem 为同组互斥的 RadioMenuItem,并且将对勾符号修改为圆点。 http://stackoverflow.com/a/35692688/5972372 这个问题下还有其他解决方案,可以看看,不过还是喜欢这种实现方式,简单干净。 阅读全文

posted @ 2017-04-11 17:18 qaqz111 阅读(809) 评论(0) 推荐(0)

读文件头数据判断 PE 文件格式和类型

摘要: namespace X.Reflection { using System; using System.IO; public static partial class ReflectionX { public static PeType GetPeType(this string filepath) { us... 阅读全文

posted @ 2017-04-11 16:45 qaqz111 阅读(1131) 评论(0) 推荐(0)