hello.
i have trackbar and three label low, medium, high , i scroll medium that medium(label) display in the textbox, then scroll high
display in the textbox high...
i have a code for
private void trackBar1_ValueChanged(object sender, EventArgs e)
{
textBox1.Text = label2.Text + trackBar1.Value.ToString();
}
that code display for only low .......i want to display evey label value in the textbox
pls any one help me...
thanking you...