Emre Isin

Emre Isin

  • NA
  • 1
  • 1.5k

Question about set coordinate

Dec 8 2010 12:33 PM
hello;
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??

Answers (1)