SyntaxFix
Write A Post
Hire A Developer
Questions
You start a thread which runs the static method SumData. However, SumData calls SetTextboxText which isn't static. Thus you need an instance of your form to call SetTextboxText.
SumData
SetTextboxText