26-08-2007, 07:20 AM
Code:
Dim MSG as String
Call DrawText(TexthDC, (1 * PIC_X) + 4, (1* PIC_Y) + 12, MSG, QBColor(BrightRed))
That should be the top left.. ish.
I can't remember if it counts from 0 or 1 for tiles. .XD
In any case, just make MSG = whatever you want blitted there.