R
Rob Keel
Hi,
Totally new to programming and am using VB.net.
Question ... I have a simple form with three text boxes ... TextBox1,
TextBox2 and TextBox3. In TextBox3 I would like to return the value of
TextBox1 / TextBox2. I have got this working OK but would like the
TextBox3 value to be rounded down eg 3.1415926 or 3.9656365 to be shown
as 3.
Can someone explain how I would implement this.
Many thanks,
Rob.
Totally new to programming and am using VB.net.
Question ... I have a simple form with three text boxes ... TextBox1,
TextBox2 and TextBox3. In TextBox3 I would like to return the value of
TextBox1 / TextBox2. I have got this working OK but would like the
TextBox3 value to be rounded down eg 3.1415926 or 3.9656365 to be shown
as 3.
Can someone explain how I would implement this.
Many thanks,
Rob.