sorry i didnt explain the situation very well in the first place i missed a serious point off.
the initial value of the calculations is made by a button on the form, this is because they are standard set values by the factory for that machine, but the value would alter depending on the position of the trackbar.
so what im asking is as the value of the trackbar goes up or down, it needs to update the value of the text box automatically.
im unsure how to do this because there is an original calculation performed by a button click.
but the value of the label will change each time the trackbar is moved.
i have only the calculation in the OnClick event of the button, in the OnChange event of the trackbar it increases or decreases the value of the label.
Sorry for not explaining this clearer the first time.