SyntaxFix
Write A Post
Hire A Developer
Questions
I use a function for this :
private void Log (string s) { TB1.AppendText(Environment.NewLine + s); TB1.ScrollToCaret(); }