Hi,
I have groupBox on my form that i would like to move up or down as i slide on the Scroll bar but i cant find how to set the groupBox location.. I have tride such code as listed below:
//Just set the locationgroupBox1.Location = 55,22;
//Set Y of groupBox with value from vScrollBargroupBox1.Location.Y = vScrollBar1.Value;
Any Ideas?
ThanksShane