J
Jerry
Hello,
I'm working my way through "Visual Basic 2003 in so and so many days".
At the same time I'm trying to create a windows application and I'm a little
impatient.
I have the folowing problem:
I have different shafts that consist of a diameter, a color, a lenght, and a
factor.
I'd like to define the shafts so that I can identify them by inputing the
diameter and the color.
So dia. 2" and color green would give me lenth 12" and factor 4. I have
about 50 dia. and 3 colors
and the according lenght nd factor.
I was thinking about something like
lenght = shaft.diameter.color.lenght
factor=shaft.diameter.color.factor
How would one define these shafts and retrieve the information?
Thanks,
Jerry
I'm working my way through "Visual Basic 2003 in so and so many days".
At the same time I'm trying to create a windows application and I'm a little
impatient.
I have the folowing problem:
I have different shafts that consist of a diameter, a color, a lenght, and a
factor.
I'd like to define the shafts so that I can identify them by inputing the
diameter and the color.
So dia. 2" and color green would give me lenth 12" and factor 4. I have
about 50 dia. and 3 colors
and the according lenght nd factor.
I was thinking about something like
lenght = shaft.diameter.color.lenght
factor=shaft.diameter.color.factor
How would one define these shafts and retrieve the information?
Thanks,
Jerry