I have to display a value as a label in visual basic. I have it setup where you enter values in text boxes. I have everything I need to get the answer I just don't know how to display the answer as a label.
2007-04-02
15:19:36
·
5 answers
·
asked by
iverson_575
1
in
Computers & Internet
➔ Programming & Design
I have to display a value as a label in visual basic. I have it setup where you enter values in text boxes. I have everything I need to get the answer I just don't know how to display the answer as a label. I am also trying to put in the equation
EOQ = Sqrt ( 2 (Annual demand) (Ordering cost) / (Holding cost))
I get an error message when I put the 2 in there. It says, "The expression is not an array or method and cannot have an arrguement list."
2007-04-02
16:13:45 ·
update #1