Jeffsg605 wrote:So I assume there's no way to read in the value from a NumericUpDown yet?
double dblnumericUpDown1 = Convert.ToDouble(numericUpDown1.Value);
string strnumericUpDown1 = Convert.ToString(numericUpDown1.Value);
dezsoe wrote:You should save it in the ValueChanged event, I think.
Users browsing this forum: No registered users and 10 guests