advice on visual basic 2008

Associate
Joined
9 May 2007
Posts
1,100
Hi
wondering if I can get a bit of advice. ive started learning vb 2008 as part of my course. now weve been set a task to create a program to to help us get used to vb.

the task basically is that you press the a button and pic1 will move a bit towards the right stop next to pic2 for 5 secs then pic 2 will move to the right .

now the bit im getting stuck on is how to program the 5 second delay. ive tried using timers or loops but cant get it to work plus im not too sure if thats the right kind of command i should be looking at.

can someone advise what command i should be looking at that would give me the delay so i know if im on the right track
thanks
 
Surely when you move the picture, you could start a timer then when that timer ticks move the next picture box?
 
Last edited:
Back
Top Bottom