i want to move my picturebox in the form with the x axis.and the picturebox must stop at a specific coordinate..
like;
do
{
pictureBox1.Left +=range;
}
while (pictureBox1.Location );
how could i describe inside the while??
FroglegPosted Dec 9, 2010, 12:26 AM