01 2017 档案
摘要:一、关于DataReceive事件。 主程序必须有 outserialPort.DataReceived +=new SerialDataReceivedEventHandler(outserialPort_DataReceived);//注册received事件 创建 SerialDataRece
阅读全文
摘要:在ListBox中添加一条记录(ListBox.Items.Add方法)后,滚动条会自动回到顶部。我们可能更希望它自动滚动到底部,简要介绍几种方法。 方法一: 1 this.listBox1.Items.Add("new line"); 2 this.listBox1.SelectedIndex =
阅读全文

浙公网安备 33010602011771号