private void trackBar1_ValueChanged(object sender, EventArgs e) { textBox1.Text = trackBar1.Value.ToString(); }