1
Answer

Question about set coordinate

Ask a question
Emre Isin

Emre Isin

13y
1.5k
1
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)