Hi, use the DDA algorithm! Regards, Imre On Mon, 3 Apr 2000, Andrew Seddon wrote: > Hi. > > What I need to do is draw a line from one point on the screen to another. > Chances are it will be diagonal, eg. (10,20) to (100,100). Now this would be > easy if it wasn`t for the fact that the line will have 832 pixels in it that > need plotting along the line. > > I am using VB and any help would really be appreciated. > > Thanks in advance. > >