|
-
Feb 12th, 2008, 07:20 PM
#1
Thread Starter
Addicted Member
I need SIMPLE VB help (really easy question)
for VB 05 express.
I need to make a basic calculator. I'm having trouble with this, and it's due next monday, but I need to finish it asap.
I don't understand the formulas for the +,-,/, *
I have two text boxes, four buttons for the signs, and 3 labels. I don't even know where to begin with the variables. 
Why can't I just make something simple as (when someone inputs the data into the text boxes, followed by clicking the "addition" button):
Me.lblAnswer.show(txtBox1 + txtBox2) and have that work out alright?
Please help me! I have no idea of the right coding.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|