摘要:
新增一个自定义控件继承ComboBox,同事在输入事件之前打开下拉框 public partial class ComboBoxEx : ComboBox { public ComboBoxEx() { } private int caretPosition; public override voi 阅读全文
摘要:
legacy IBM formatted bits like EBCDIC, big endian and floating point using (var stream = File.OpenWrite("punchcard.bin")) using (var writer = new Bina 阅读全文