d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Visual Basic 2010 Calculator ( Help )
Add Reply New Topic New Poll
Member
Posts: 17,775
Joined: Apr 4 2010
Gold: 35.00
Dec 8 2014 01:35pm
So far I have written a calculator to preform basic functions such as " * + / - "

Code
http://pastebin.com/JSL3itXz

I 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
Member
Posts: 17,775
Joined: Apr 4 2010
Gold: 35.00
Dec 8 2014 04:01pm
Figured it out, nvm
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Dec 8 2014 04:42pm
\n
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll