How can one right justify text displayed in an edit control?
Printable View
How can one right justify text displayed in an edit control?
There's a couple of things you can do: If you're creating the control using the resource editor, select the align text option and choose right. If you're creating the control yourself, pass the ES_RIGHT edit style to the Create() function.