Hello, i am new to Visual basic, so this question will most likely be considered very dumb.
Anyway, I am programming a "one-line" calculator, meaning i want both the numbers and the signs to appear in a textbox, and when you press the "=" sign the answer should appear in a separate textbox below.
TL;DR
I need something like
TextboxAnswer.Text = TextboxNumbers.Text.sum
Is there such a thing?


