I was hoping to easily draw lines and dots in this window I'm forming. But Visual Foxpro refuses to draw them... in my opinion. :)
CODE PIECE:
thisform.ForeColor = RGB(255, 0, 0)
thisform.ForeColor = RGB(255,255,255)
thisform.ForeColor = RGB(255, 0, 0)
FOR lnI = 1 TO 200
FOR lnJ = 1 TO 200...