T
tsair
In TextBox1 have string value as bellow:
TextBox1.Text = "24-10*10/3"
After the user press enter or tab key from TextBox1, the TextBox2 will get
the result as 46.666
TextBox2.Text = 46.666
TextBox1.Text = "24-10*10/3"
After the user press enter or tab key from TextBox1, the TextBox2 will get
the result as 46.666
TextBox2.Text = 46.666