How do I go about declaring txtInitialValue.text, txtSalvageValue.text
and txtAssetLife.text. I am new to vb.net and cannot figure out how
these should be declared. Thanks in advance for any help.
msngInitialValue = ToSingle(txtInitialValue.Text)
msngSalvageValue = ToSingle(txtSalvageValue.Text)
mintAssetLife = ToInt32(txtAssetLife.Text)
.