Using CInt Function in VB 2005 EE

How do I use the CInt function?

I have gotten this far for a super simple calculator

Code:
CInt(Textbox1.Text) + CInt(Textbox2.Text) = Textbox3.text

Where is my mistake?


Thanks
 
Back
Top