Hi
I need to draw a string on bottom left corner of rectangle.
The string is drawn starting from the top-left corner of the rectangle.
in use now.
form1.FDrawString("GPS: "& Format(GpsData.lat,"n4") & " : " & Format(GpsData.lon,"n4"),10,2,5,200,56,cBlack)
well how do I draw this so called string on the bottom left corner of a rectangle, using the above code?
Thank you much for your help.
Best regards.
William
I need to draw a string on bottom left corner of rectangle.
The string is drawn starting from the top-left corner of the rectangle.
in use now.
form1.FDrawString("GPS: "& Format(GpsData.lat,"n4") & " : " & Format(GpsData.lon,"n4"),10,2,5,200,56,cBlack)
well how do I draw this so called string on the bottom left corner of a rectangle, using the above code?
Thank you much for your help.
Best regards.
William
Last edited: