摘要: 效果: 点击后不得到焦点且不影响当前焦点所在位置,类似系统计算器中按钮的效果。 可以实现无焦点的按钮、复选框、单选框等控件。 阅读全文
posted @ 2019-03-06 10:01 冲天小肥牛 阅读(1442) 评论(1) 推荐(1) 编辑
摘要: using System; using System.Collections.Generic; using System.Runtime.InteropServices; namespace Print { class PrintStatus { public static int oldPrintId = 0; [StructLayout(L... 阅读全文
posted @ 2019-03-06 09:46 冲天小肥牛 阅读(597) 评论(0) 推荐(0) 编辑