So far I have written a calculator to preform basic functions such as " * + / - "
Code
http://pastebin.com/JSL3itXzI understand that if I take out the TextBox1.Clear() , it will keep the text in there but Im wanting to append a new line before and after a function so I would input
TextBox1.AppendText(vbNewLine)
but I cant figure out how to append the new lines and let the function complete it self