I've got a C# app that will run all day and continually output lines of data to a textbox. Only the last 100 lines need to be available in the textbox. This means when a line over 100 needs to be ...
I'm creating a basic custom control, and when I type new text in the text box in the properties window, then press enter, the text in the designer doesn't update as would a Label or other non custom ...