I'm just using
for drawing some lines in the control.Code:Picture1.Line (x1, Y1) - (X2, Y2)
The problem appears when I got a reverse line. I mean, in the VB6 coordinate system, the 0 value of Y is in the top of the picture1 control. I would like to draw like if the value 0 of the Y, would be in the bottom of the form instead of the top.
What do I need to modify?




Reply With Quote
