Click to See Complete Forum and Search --> : Edit Control


April 23rd, 1999, 08:13 PM
How can one right justify text displayed in an edit control?

April 23rd, 1999, 08:36 PM
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.