Hi everyone,
I just got my hands on Visual Basic a month ago. I'm doing a project that needs to display a result on TextBox3 which got its value from input TextBox1 + input TextBox2. I already read the Dummies Series Book but it haven't point me in that direction though. So please someone help me..

TextBox3.value = val(TextBox1.text) +val(TextBox2.text)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.