lineindex

  1. G

    Textbox append or set a line of text

    I have a textbox in WPF, with some c# code behind. I'm also using the serialport library. Generally speaking I can put messages into the textbox when I write or receive from a serial port. I do this by an invoke method. Either by invoking this method: private void SetTextADCPDisplay(string...
Back
Top Bottom