TextOut(hdc As OLE_HANDLE,vString As Variant,x As Long,y As Long) As Boolean
Parameters
hdc As OLE_HANDLE
The hDC property is a handle (a number) that the Windows
operating system uses for internal reference to an object. You can
paint in theinternal area of any control that has an hDC
property.
vString As Variant
Text as 'String' to draw
x As Long
Specifies the x-coordinate, in logical units, of the upper-left
corner of the text.
y As Long
Specifies the y-coordinate, in logical units, of the upper-left
corner of the text.
ED
not used
RT
avaliable
Remarks
The TextOut function writes a character string at the specified
location, using the currently selected font, background color, and
text color.