Hi there is a form .Form has some controls on it.one of the controls is clicked
when that takes place then i m moving the position of another control.
but i want to change te postion gradually on the form and view it
meaning
for(i=0 ; i<end ;i = i+step)
{
//1- change ths position of a control
//2- Update teh form
//3- delay
}



2 i guess its gonna be something like Form1.Update(false) if that MfC.
How do you do this in Vc# ?
Thanks in Adv.