For this project, I wanted to create a moving graphic to mimic a set of points moving from one position to the other. This Blog shows all that is needed. The first Picture shows the 6 lines needed. This Picture shows the Line Properties. The tracks are shown with 5 lines, though only the middle ones in red are involved. The other line shown below the others is the one that actually "moves". It is shown below the other lines for clarity only. At the start of the Program running, it is positioned over the lower red line. In VB, each Line has properties and these are shown above. To get a line to appear to move, all that needs to be done is to gradually change the X2 and Y2 co-ordinates of the line. This is the code for the program. The first 6 lines create a pause Function in the program, by using the Computers internal C...