The LTEXT resource-definition lets you place read-only text string into the dialog. The text is left justified within the space allocated.
LTEXT text, id, x, y, width, height
text
The text that is displayed, left justified.
id
The id is a string used to identify controls within the resource file.
flags
No flags available.
Example
The following example demonstrates how to create a text control that is labelled My string:
LTEXT “My string”, IDSTATIC, 10, 10, 40, 14