I am new to VB and am trying to make a very simple program for school. I need some very basic things. I have a form with 3 text boxes, a command button, and a label. Text1, Text2, Text3, Label1, Command1.
1. int4 = (int1, int2, int3) / 100
I have started with:
Dim....
for each as an integer. I then <i>thought</i> I could type:
int1 = text1.text
I was wrong. Invalid outside procedure. What would I type there? Thanks.




Reply With Quote