Hi,
I wanna make an animation and picture should come to down and up, for example with position 0,0 to position 0,100 and next after 5 sec to 0,50

Thx 4 help

Use the PictureBox Location property to do that.
MyPicBox.Location=new Point(25,75); will set your picture at coordinates 25,75 and so on.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.